-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google OAuth 2.0 Update #56
Comments
Thanks for the information, I was afraid it's going to happen. I will look for the solution and implement the fix as soon as possible. |
Research done and I will go with the hints from here: Proof of concept done and working, so started implementation. |
Done and pushed. Please check it and let me know if it works. Unfortunately "copy URL" method was the only method possible as activation script should be work from other IP than localhost only and non-localhost, internal IPs are not supported by Google :( |
Apologies if not same issue - getting this error when running --test: Have I missed something? Or could this be to do with OAuth again? |
As of Feb 28, 2022, the redirect_uri: "urn:ietf:wg:oauth:2.0:oob" has been deprecated.
This prevents users from being able to complete the Authorization process to link their Google Photos to the ePiframe
At present I have been unable to find a solution with my very limited Ruby & python knowledge.
The text was updated successfully, but these errors were encountered: