go-crypt/auth
Snider d6aa25c5bf refactor: apply go fix modernizers for Go 1.26
Automated fixes: interface{} → any, range-over-int, t.Context(),
wg.Go(), strings.SplitSeq, strings.Builder, slices.Contains,
maps helpers, min/max builtins.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 21:00:16 +00:00
..
auth.go feat(auth): Phase 2 key management — Argon2id, rotation, revocation 2026-02-20 02:27:03 +00:00
auth_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
hardware.go feat(auth): Phase 2 key management — Argon2id, rotation, revocation 2026-02-20 02:27:03 +00:00
session_store.go feat(auth): add SessionStore interface with SQLite persistence 2026-02-20 01:44:51 +00:00
session_store_sqlite.go feat(auth): add SessionStore interface with SQLite persistence 2026-02-20 01:44:51 +00:00
session_store_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00