Releases: drudge/passport-twitter-token
Releases · drudge/passport-twitter-token
v1.2.0
- Added support for fetching email address
v1.1.1
- Twitter IDs handles as string because newly registered twitter users has greater id, than JavaScript can handle.
v1.1.0
- Implements getting user_id from oauth_token;
v1.0.2
- Clarify configuring step in readme;
v1.0.1
- General improvements and typo fixes;
v1.0.0
- Migration from ES5 to ES6 syntax;
- Pin dependencies;
- Update
passport-oauth
module to the latest version;
- Possibility to override GET and POST fields where from need to get tokens;
0.1.4
- Add ability to pass request to the verify callback;