Releases: struct0x/crum
Releases · struct0x/crum
v0.1.0
A tiny, builder for constructing validated net/http cookies with secure defaults.
It helps you set Path, Domain, Expires/MaxAge, Secure/HttpOnly, SameSite,
and Partitioned coherently while enforcing RFC‑style validation and common security constraints
(e.g., SameSite=None requires Secure=true).