@acceleratxr/passport-twitter
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -7,2 +7,3 @@ declare const OAuthStrategy: any; | ||
accessTokenURL?: string; | ||
allowRedirect?: boolean; | ||
/** The URL to Twitter API's access token request endpoint. Default is `https://api.twitter.com/2/oauth2/token`. */ | ||
@@ -9,0 +10,0 @@ tokenURL?: string; |
@@ -9,2 +9,3 @@ /// <reference types="node" /> | ||
export interface TwitterV2StrategyOptions { | ||
allowRedirect?: boolean; | ||
/** The Twitter authorization URL. Default is `https://api.twitter.com/oauth/authenticate`. */ | ||
@@ -11,0 +12,0 @@ authorizationURL?: string; |
{ | ||
"name": "@acceleratxr/passport-twitter", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Passport strategy for authenticating with Twitter using the OAuth 2.0 API.", | ||
@@ -123,2 +123,4 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>", | ||
"dependencies": { | ||
"@acceleratxr/passport-oauth1": "^1.2.0", | ||
"@acceleratxr/passport-oauth2": "^1.6.1", | ||
"@types/node": "^17.0.10", | ||
@@ -130,6 +132,4 @@ "@types/passport": "^1.0.7", | ||
"passport-oauth": "^1.0.0", | ||
"passport-oauth1": "^1.2.0", | ||
"passport-oauth2": "^1.6.1", | ||
"typescript": "^4.3.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26844
317
+ Added@acceleratxr/passport-oauth1@1.3.0(transitive)
+ Added@acceleratxr/passport-oauth2@1.7.0(transitive)
- Removedpassport-oauth1@^1.2.0
- Removedpassport-oauth2@^1.6.1