• v0.1.0 1d17fe5577

    juancwu released this 2026-04-29 02:21:47 +00:00 | 1 commits to main since this release

    v0.1.0 - Initial release

    ficha issues, validates, and revokes opaque encrypted bearer tokens
    with consumer-defined permissions.

    Features

    • XChaCha20-Poly1305 authenticated encryption
    • Permissions ([]string) and free-form data compartments
    • Permission checks: Has, HasAll, HasAny, HasNone, RequiresAll
    • Composable matcher API: All, Any, Not
    • Key rotation via KeyRing
    • Pluggable revocation: RevocationStore interface plus in-memory
      reference implementation

    See the README for installation and usage.

    Downloads