Files
go-auth/README.md
2026-03-01 03:04:43 +01:00

10 lines
234 B
Markdown

# go-auth
Reusable backend authentication/security module.
## Packages
- `jwt`: JWT manager and claims helpers.
- `token`: secure token generation and hashing utilities.
- `credentials`: username/email/password validation helpers.