10 lines
234 B
Markdown
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.
|