Releases: superfaceai/passport-twitter-oauth2
Releases · superfaceai/passport-twitter-oauth2
v1.2.4
06 Feb 20:32
Compare
Sorry, something went wrong.
No results found
v1.2.4-beta.0
29 Jan 21:52
Compare
Sorry, something went wrong.
No results found
1.2.4-beta.0 - 2024-01-29
Fixed
Type-safe support for verify function with request
v1.2.3
13 Jan 11:47
Compare
Sorry, something went wrong.
No results found
1.2.3 - 2023-01-13
Added
Examples for JavaScript and TypeScript usage (see README )
Changed
Migrate the project from Yarn to npm
Fixed
TypeScript support: Added optional dependencies on @types/passport-oauth2 and @types/passport for correct typing. (#25 )
Missing dev dependency on rimraf
v1.2.2
23 Dec 10:16
Compare
Sorry, something went wrong.
No results found
1.2.2 - 2022-12-23
Fixed
Types: Callback from verify should receive an Express.User object instead of ProfileWithMetaData
v1.2.1
21 Dec 12:17
Compare
Sorry, something went wrong.
No results found
1.2.1 - 2022-12-21
Fixed
Strategy import in TypeScript projects (#25 )
Strategy constructor verify callback type definition fixes
v1.2.0
15 Nov 13:16
Compare
Sorry, something went wrong.
No results found
1.2.0 - 2022-11-15
Added
confidential client type, to comply with RFC6749 terminology
TypeScript type definitions
Changed
The module was rewritten to TypeScript. It should be fully backwards compatible, but if you run into any issues, please report them .
users.read scope is added only with skipUserProfile option disabled
Deprecated
v1.1.0
21 Oct 17:11
Compare
Sorry, something went wrong.
No results found
1.1.0 - 2022-10-21
Added
users.read scope added as a minimum default for the strategy to work
v1.0.0
28 Jan 11:17
Compare
Sorry, something went wrong.
No results found
v0.0.2-beta.0
27 Jan 08:44
Compare
Sorry, something went wrong.
No results found
0.0.2-beta.0 - 2022-01-27
v0.0.1-beta.0
26 Jan 08:47
Compare
Sorry, something went wrong.
No results found
0.0.1-beta.0 - 2022-01-26
Added
Twitter OAuth 2.0 Passport strategy