Results for “Std.App.Jwt.JwtValidation”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Jwt.JwtValidation
Validation parameters applied during JWT signature and claims checking.
- Std.App.Jwt.decode
Str -> &Bytes -> &Std.App.Jwt.JwtValidation -> Int -> Result[Std.App.Jwt.JwtClaims, Std.App.Jwt.JwtError]Decodes and cryptographically verifies an RFC 7519 compact JWT against secret and validation rules.
- Std.App.Jwt.decodeWithKey
Str -> &Std.App.Jwt.PublicKey -> &Std.App.Jwt.JwtValidation -> Int -> Result[Std.App.Jwt.JwtClaims, Std.App.Jwt.JwtError]Verify a token signed with a provider's private key, and read its claims.
- Std.App.Jwt.validation
Std.App.Jwt.JwtValidationConstructs default validation rules with zero leeway and no mandatory issuer or audience.
