Crate wick_wascap
source ·Expand description
WasCap implementation for Wick components
Structs
- Represents a set of RFC 7519 compliant JSON Web Token claims.
- A structure containing a JWT and its associated decoded claims
- The metadata that corresponds to a wick component module.
Enums
- A common struct to group related options together.
- Wick WasCap’s error type.
Functions
- Extract the claims embedded in a WebAssembly module.
- Sign WebAssembly bytes with the passed claims.
- Validates a signed JWT. This will check the signature, expiration time, and not-valid-before time