macaroon 0.1.0

Fully functional implementation of macaroons in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libmacaroon-rs

Rust implementation of [macaroons](https://research.google.com/pubs/pub41892.html).

Macaroons are basically cookies which allow you to specify authorization and delegation criteria in a secure manner.

## Functionality Implemented So Far

- Macaroons and their caveats
- Serialization - versions 1, 2 & 2J are supported
- First-party caveats
- Validation (mostly for validating deserialized macaroons)
- Verification
- Third-party caveats