passport-twitter-2
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -76,2 +76,5 @@ import { Strategy as PassportStrategy } from 'passport'; | ||
} | ||
if (req.query?.error) { | ||
return this.fail(req.query.error === "access_denied" ? "You denied the app!" : String(req.query.error)); | ||
} | ||
let state = generateRandomString(32); | ||
@@ -78,0 +81,0 @@ let code_verifier = generateRandomString(128); |
{ | ||
"name": "passport-twitter-2", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Passport Strategy for Twitter API v2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6766
101