Skip to content

Fix: Unable to authenticate#68

Merged
itszechs merged 7 commits intomasterfrom
login_fix
Dec 6, 2022
Merged

Fix: Unable to authenticate#68
itszechs merged 7 commits intomasterfrom
login_fix

Conversation

@itszechs
Copy link
Copy Markdown
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