passport-atlassian-oauth2
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -10,3 +10,3 @@ const OAuth2Strategy = require('passport-oauth2'); | ||
const defaultScope = ['profile:me']; | ||
const defaultScope = ['read:me']; | ||
@@ -13,0 +13,0 @@ class Strategy extends OAuth2Strategy { |
{ | ||
"name": "passport-atlassian-oauth2", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Passport strategy for authenticating with Atlassian (Jira) using OAuth 2 (3LO)", | ||
@@ -5,0 +5,0 @@ "main": "lib/strategy.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
10524