Comparing version 2.3.1 to 2.3.2
@@ -11,3 +11,3 @@ import { OAuth2Client, CodeChallengeMethod } from "../client.js"; | ||
createAuthorizationURL(state, codeVerifier) { | ||
const url = this.client.createAuthorizationURLWithPKCE(authorizationEndpoint, state, CodeChallengeMethod.S256, codeVerifier, []); | ||
const url = this.client.createAuthorizationURLWithPKCE(authorizationEndpoint, state, CodeChallengeMethod.Plain, codeVerifier, []); | ||
return url; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "arctic", | ||
"type": "module", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "OAuth 2.0 clients for popular providers", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
116447