Bundy is a small library that allows verification and signatures of parcels of data. Unlike fernet which encrypts and creates opaque blobs, Bundy allows a client to inspect and see the data. It is transparent, and should NOT be used to store secrets.
Use cases are:
- Signing cookies or tokens that a client should be able to read and parse, but not alter.
- In place of JWT, but without many of the complications and issues that come with JWT.
Fernet is named after an Italian spirit - Bundy is named after an Australian spirit.