Skip to content

gouncer v0.1.0

Latest

Choose a tag to compare

@SirLouen SirLouen released this 10 Jul 18:09
· 31 commits to main since this release
72da4c7

First release.

Added

  • User and NewUser for validated account creation.
  • argon2id password hashing with constant-time VerifyPassword.
  • Session, NewSession, and HashToken for opaque login tokens stored only as digests.
  • Storage-agnostic Store interface with sentinel errors.