Module wascap::jwt

source ·
Expand description

Claims encoding, decoding, and validation for JSON Web Tokens (JWT)

Structs

  • The claims metadata corresponding to an account
  • The metadata that corresponds to an actor module
  • The claims metadata corresponding to a capability provider
  • Represents a set of RFC 7519 compliant JSON Web Token claims.
  • The claims metadata corresponding to a cluster
  • The claims metadata corresponding to an operator
  • A structure containing a JWT and its associated decoded claims
  • The result of the validation process perform on a JWT

Traits

Functions

  • Validates a signed JWT. This will check the signature, expiration time, and not-valid-before time