We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c533607 + d026007 commit ed2c918Copy full SHA for ed2c918
lib/pkce/pkce.js
@@ -19,7 +19,7 @@ const pkce = {
19
* @return {String|undefined}
20
*/
21
getHashForCodeChallenge: function({ method, verifier }) {
22
- // to prevent undesired side-effects when passing some wird values
+ // to prevent undesired side-effects when passing some weird values
23
// to createHash or base64URLEncode we first check if the values are right
24
if (pkce.isValidMethod(method) && typeof verifier === 'string' && verifier.length > 0) {
25
if (method === 'plain') {
0 commit comments