Expand description
AT Protocol JWT verification.
Verifies PDS-issued JWTs by resolving the issuer’s signing key via the identity resolver.
Structs§
- JwtClaims
- Claims extracted from an AT Protocol JWT.
Enums§
- JwtError
- Errors from JWT verification.
Functions§
- decode_
claims_ unverified - Decode JWT claims WITHOUT verifying the signature.
- looks_
like_ jwt - Check if a token string looks like a JWT (3 base64url segments separated by dots).
- verify_
audience - Verify the audience claim matches the expected value.
- verify_
expiration - Verify a JWT’s expiration claim.