Structs§
- Macaroon
- A macaroon token. For an introduction to macaroons, see fly.io’s execellent blog post. Our format isn’t exactly the same as the one in their examples, but it’s very similar.
Enums§
- Verification
Error - Encodes a failure to verify a token.
Traits§
- Caveat
- Trait implementing the verification logic for a caveat. This trait need only be implemeted on the server-side. Clients wanting to add their own caveats to tokens don’t need this trait.