Skip to content

Releases: drudge/passport-twitter-token

v1.3.0

10 Dec 20:00
Compare
Choose a tag to compare
  • Add Yarn lock file;

v1.2.0

25 Oct 19:09
Compare
Choose a tag to compare
  • Added support for fetching email address

v1.1.1

19 Mar 09:46
Compare
Choose a tag to compare
  • Twitter IDs handles as string because newly registered twitter users has greater id, than JavaScript can handle.

v1.1.0

19 Oct 10:04
Compare
Choose a tag to compare
  • Implements getting user_id from oauth_token;

v1.0.2

02 Oct 08:42
Compare
Choose a tag to compare
  • Clarify configuring step in readme;

v1.0.1

02 Oct 08:42
Compare
Choose a tag to compare
  • General improvements and typo fixes;

v1.0.0

30 Sep 12:57
Compare
Choose a tag to compare
  • 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

30 Sep 12:57
Compare
Choose a tag to compare
  • Add ability to pass request to the verify callback;