passport-twitter-token
passport-twitter-token copied to clipboard
Passport strategy for authenticating with Twitter tokens using the OAuth 1.0a API.
I just want to know if it's possible to use this strategy without passport session enabled ? Thanks
Hello, Does anyone have any Frontend example with using this api in the backend ? I'm struggling to know where to start on the frontend side with my "Sign in...
Is there any way to support multiple consumer keys? It's not an uncommon use case to have separate consumer keys for web, iOS and android authentication. I'd like to avoid...
Hi, I am using "passport-twitter-token": "~0.1.5".. I am also setting "skipExtendedUserProfile: true" in the options but profile.username is undefined. Adding following lines in TwitterTokenStrategy.prototype.authenticate() seems to help: ... var screenName...