-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Twitter Auth #41
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
Comments
It would not be hard to add, following the method used for Facebook login. See I'll tag this up-for-grabs. |
Is anyone currently working on this? If not, I'll fork and get to work. ☕ |
OP: Is it same way to do the linkedin auth as well? |
There is an ongoing discussion in #241 about this, where the goal is to support everything, not just Twitter or LinkedIn. |
@billymwlei the linked-in support is available in #247 we're finalizing some details about the implementation. @swaterfall the twitter support has just been added to the PR and should be backward compatible. |
This will land in #247. 👍 |
Quick question for you all (since you implemented this). We have two Twitter apps (one our iOS clients are using and one that our Android clients are using). How do we specify two sets of keys in index.js? |
It doesn't look like the twitter module supports it... It might be possible to use a 'custom' auth module but provide the twitter module again, but one app would need to use like 'twitter2' as a provider instead of twitter. Probably best to look at modifying the twitter module. |
Any plans to allow login with Twitter again?
The text was updated successfully, but these errors were encountered: