-
Notifications
You must be signed in to change notification settings - Fork 31
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
Consider supporting manual token exchange #44
Comments
Bump! The manual token exchange appears to be more reliable at the moment. Could support be added for using this flow? I can make updates to the PR as appropiate. |
You're referring to #41? I don't remember much about it. Can you share the code you're using? |
Yup. This README has details on the flow. In short, the endpoint is passed an OAuth token which needs to be manually obtained by a user. The benefit is that it appears to sidestep the authentication issues that users are experiencing. The changes in the PR should still be relevant, but the code could possibly be broken out into a separate method. |
Hi again! Any additional context/investigation work I can provide here? |
I reopened #41. |
As B16f00t mentioned in #37 (comment), this could help in situations where the usual login flow is broken or otherwise impossible. #41 has an example implementation.
The text was updated successfully, but these errors were encountered: