Description
A Haskell library for working with cryptographic tokens. It provides building blocks for representing or handling token-based security data used in authentication or protected workflows.
Developers should treat token contents and keys as sensitive. Token security depends on expiry, signing or encryption choices, replay protection, storage, and the surrounding authentication flow.