-
Notifications
You must be signed in to change notification settings - Fork 110
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
Support for Twitter OAuth #163
Comments
Hello! Twitter has not been implemented yet. If you or anyone else reading this thread is interested in contributing a pull request, the requirements are roughly:
Here's a recent example for Microsoft OAuth: f6ea426 |
Ok! |
Hi! So, we have no choice to use oauth1.0 when we get authorization token from twitter. |
Sorry, I'm not clear on the issue. AuthN implements most of the 3-legged OAuth2.0 flow. It only requires a custom function to find basic user information at the end, after the request token has been exchanged for the access token. One complication I've found is that Twitter apps must be configured with permission to ask for email addresses:
|
@lkeix do you have any incomplete code to continue? I might give it a shot. |
Hi!
Does authn-server provide Twitter OAuth?
If it dosen't, do you have plan to be compatible with Twitter OAuth?
The text was updated successfully, but these errors were encountered: