Skip to content
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

Fix: Unable to authenticate #68

Merged
merged 7 commits into from
Dec 6, 2022
Merged

Fix: Unable to authenticate #68

merged 7 commits into from
Dec 6, 2022

Conversation

itszechs
Copy link
Owner

@itszechs itszechs commented Dec 6, 2022

This PR fixes the login issue created by recent changes made by Google in OAuth Flow.

It is not longer possible to use urn:ietf:wg:oauth:2.0:oob as redirect url and redirect to a page to copy auth-code.

const val REDIRECT_URI = "urn:ietf:wg:oauth:2.0:oob"

The new changes requires apps to create a local server and listen on a local port and catch authorization code, which is possible on android but not very ideal in my opinion (maybe in future), so for the time being we just ask users for the entire auth-url and extract the auth-code ourselves fixing the login problem.

Closes #63

@itszechs itszechs added the enhancement New feature or request label Dec 6, 2022
@itszechs itszechs merged commit fdc5314 into master Dec 6, 2022
@itszechs itszechs deleted the login_fix branch December 6, 2022 18:17
@itszechs itszechs mentioned this pull request Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login problem
1 participant