passport-atlassian-oauth2
Advanced tools
Comparing version 1.0.0 to 1.0.1
const OAuth2Strategy = require('passport-oauth2'); | ||
const defaultOptions = { | ||
authorizationURL: 'https://accounts.atlassian.com/authorize', | ||
tokenURL: 'https://accounts.atlassian.com/oauth/token', | ||
authorizationURL: 'https://auth.atlassian.com/authorize', | ||
tokenURL: 'https://auth.atlassian.com/oauth/token', | ||
profileURL: 'https://api.atlassian.com/me', | ||
@@ -7,0 +7,0 @@ accessibleResourcesURL: 'https://api.atlassian.com/oauth/token/accessible-resources', |
{ | ||
"name": "passport-atlassian-oauth2", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
9290