Skip to content

Releases: gopherium/gouncer

Release list

gouncer v0.1.0

Choose a tag to compare

@SirLouen SirLouen released this 10 Jul 18:09
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.