hessra-token-core

Crates.iohessra-token-core
lib.rshessra-token-core
version0.1.0
created_at2025-08-23 16:34:07.944587+00
updated_at2025-08-23 16:34:07.944587+00
descriptionCore utilities and types for Hessra token SDKs
homepage
repositoryhttps://github.com/Hessra-Labs/hessra-sdk.rs
max_upload_size
id1807658
size37,405
Jake (jcorrv)

documentation

https://docs.rs/hessra-token-core

README

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-authz for authorization tokens
  • hessra-token-identity for identity tokens
  • hessra-token for the combined interface
  • hessra-sdk for the complete SDK

License

Apache-2.0

Commit count: 157

cargo fmt