v0.1.0
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