Skip to content

Commit 17d1c93

Browse files
fix typo
1 parent 792618d commit 17d1c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/planet_auth/oidc/token_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def validate_token(
260260
@InvalidArgumentException.recast(jwt.exceptions.DecodeError)
261261
def hazmat_unverified_decode(token_str) -> Tuple[Dict, Dict, Any]:
262262
"""
263-
Decide a JWT without verifying the signature or any claims.
263+
Decode a JWT without verifying the signature or any claims.
264264
265265
!!! Warning
266266
Treat unverified token claims with extreme caution.

0 commit comments

Comments
 (0)