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.
1 parent 792618d commit 17d1c93Copy full SHA for 17d1c93
src/planet_auth/oidc/token_validator.py
@@ -260,7 +260,7 @@ def validate_token(
260
@InvalidArgumentException.recast(jwt.exceptions.DecodeError)
261
def hazmat_unverified_decode(token_str) -> Tuple[Dict, Dict, Any]:
262
"""
263
- Decide a JWT without verifying the signature or any claims.
+ Decode a JWT without verifying the signature or any claims.
264
265
!!! Warning
266
Treat unverified token claims with extreme caution.
0 commit comments