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
it would allow to use a single call back point as redirect_url, and reuse "state variable" to redirect user until the initially required page. It would allow deep links to pass though Google Oauth.
The text was updated successfully, but these errors were encountered:
Sorry for the late answer. I was focused on other projects and didn't really had time for this. Your suggestion is definitely valuable. I think I should add the support to the scribe-java fork I use.
Hi, first thanks for this great component that really worth's !!!
In your Google2Api implementation, you should worth to add "state" support.
This variable trick is proposed by google to answer to lack of support of wildcard urls.
https://developers.google.com/accounts/docs/OAuth2WebServer
it would allow to use a single call back point as redirect_url, and reuse "state variable" to redirect user until the initially required page. It would allow deep links to pass though Google Oauth.
The text was updated successfully, but these errors were encountered: