Releases: superfaceai/passport-twitter-oauth2
Releases · superfaceai/passport-twitter-oauth2
v1.2.4
v1.2.4-beta.0
1.2.4-beta.0 - 2024-01-29
Fixed
- Type-safe support for verify function with request
v1.2.3
v1.2.2
1.2.2 - 2022-12-23
Fixed
- Types: Callback from
verify
should receive anExpress.User
object instead ofProfileWithMetaData
v1.2.1
v1.2.0
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 withskipUserProfile
option disabled
Deprecated
private
client type
v1.1.0
1.1.0 - 2022-10-21
Added
users.read
scope added as a minimum default for the strategy to work
v1.0.0
1.0.0 - 2022-01-28
v0.0.2-beta.0
0.0.2-beta.0 - 2022-01-27
v0.0.1-beta.0
0.0.1-beta.0 - 2022-01-26
Added
- Twitter OAuth 2.0 Passport strategy