Comparing version 2.2.0 to 2.2.1
@@ -11,4 +11,4 @@ import { createOAuth2Request, encodeBasicCredentials, sendTokenRequest, sendTokenRevocationRequest } from "../request.js"; | ||
this.authorizationEndpoint = `https://${domain}/oauth/authorize`; | ||
this.tokenEndpoint = domain + `https://${domain}/oauth/token`; | ||
this.tokenRevocationEndpoint = domain + "/oauth/revoke"; | ||
this.tokenEndpoint = `https://${domain}/oauth/token`; | ||
this.tokenRevocationEndpoint = `https://${domain}/oauth/revoke`; | ||
this.clientId = clientId; | ||
@@ -15,0 +15,0 @@ this.clientSecret = clientSecret; |
{ | ||
"name": "arctic", | ||
"type": "module", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "OAuth 2.0 clients for popular providers", | ||
@@ -6,0 +6,0 @@ "main": "dist/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
150095