mirror of
https://github.com/rjNemo/auth
synced 2026-06-12 11:26:39 +00:00
chore: note remaining auth tasks
This commit is contained in:
parent
da1bf44d8f
commit
f02d41901d
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
||||||
- Implement password hashing with per-user random salts (`crypto/rand`, `sha256`) and base64 encoding for storage.
|
- Implement password hashing with per-user random salts (`crypto/rand`, `sha256`) and base64 encoding for storage.
|
||||||
- Define a user repository interface seeded with an in-memory implementation until persistence is added.
|
- Define a user repository interface seeded with an in-memory implementation until persistence is added.
|
||||||
- Generate CSRF tokens tied to session state and validate them for every mutating request.
|
- Generate CSRF tokens tied to session state and validate them for every mutating request.
|
||||||
|
- Externalize session secrets via configuration so environments use predictable/rotatable keys.
|
||||||
|
- Add integration tests covering login/logout flows and CSRF protections to prevent regressions.
|
||||||
|
|
||||||
## Templates & Frontend
|
## Templates & Frontend
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue