Skip to content

vaultkeeper@0.7.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 00:39
· 23 commits to main since this release
ba0d3c8

Patch Changes

  • #287 df3ed7b Thanks @mike-north! - Internal: validateClaims/validate_claims — the single validation chokepoint every token passes through, in both the TypeScript library and the Rust core — now discriminate on a claims payload's kind. An ordinary secret claim still requires a non-empty val and bkd exactly as before; a session signing-key lease (no secret value) instead requires a non-empty kid and a present kgen (never defaulted to generation 0). No public API changed — VaultClaims remains an internal type, and every existing secret-token code path is unchanged.