jerrycan-auth 0.2.0

Authentication extension for the jerrycan framework: argon2 password hashing, encrypted sessions, JWT, role guards. https://jerrycan.cc
Documentation

Authentication for jerrycan: argon2 password hashing, AEAD session cookies, HS256 JWTs, role guards. Vetted RustCrypto primitives; hand-rolled envelopes (see module docs). #![forbid(unsafe_code)].