Skip to content

v0.1.0

Choose a tag to compare

@bicisteadm bicisteadm released this 24 Jun 08:14
· 3 commits to main since this release

Initial public release.

Batteries-included session-cookie auth for Goravel (v1.17.x, Go 1.25+, PostgreSQL):

  • Auth: login / logout / me, change-password with cross-session invalidation.
  • TOTP two-factor: enroll → confirm → challenge, recovery codes (hashed at rest).
  • Remember-me cookie, active-session tracking + termination, login history.
  • Audit log of auth events.
  • User management CRUD, admin-gated and fail-closed by default.
  • Per-IP login rate limiting; self-starts its session on the /auth group (no global StartSession needed).

Install: go get github.com/freshost/goravel-authkit@v0.1.0