You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
You should really try to implement your API using the original CakePHP Opauth library. Access tokens can just be set via a method, no need to use sessions for that.
PS! I'm using the original Opauth library, and would be glad if you didn't require your own fork ..
The text was updated successfully, but these errors were encountered:
I am using Opauth library just for oAuth dance, to get access tokens. I wrote this plugin because of Models which relates to Google's api methods, For example
This is not possible with original CakePHP Opauth library, you would have to extend it. Writing additional plugins seems to be better solution for me..
You should really try to implement your API using the original CakePHP Opauth library. Access tokens can just be set via a method, no need to use sessions for that.
PS! I'm using the original Opauth library, and would be glad if you didn't require your own fork ..
The text was updated successfully, but these errors were encountered: