hessra-token-core
Core utilities and types for Hessra token SDKs.
This crate provides shared functionality used by both authorization tokens (hessra-token-authz) and identity tokens (hessra-token-identity).
Features
- Common error types for token operations
- Biscuit token utilities and helpers
- Time configuration structures
- Base64 encoding/decoding utilities
- Cryptographic key management helpers
Usage
This crate is typically not used directly. Instead, use one of:
hessra-token-authzfor authorization tokenshessra-token-identityfor identity tokenshessra-tokenfor the combined interfacehessra-sdkfor the complete SDK
License
Apache-2.0