vaultkeeper@0.7.1
·
23 commits
to main
since this release
Patch Changes
- #287
df3ed7bThanks @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-emptyvalandbkdexactly as before; a session signing-key lease (no secret value) instead requires a non-emptykidand a presentkgen(never defaulted to generation 0). No public API changed —VaultClaimsremains an internal type, and every existing secret-token code path is unchanged.