This website requires JavaScript.
Explore
Help
Sign in
core
/
go-crypt
Watch
8
Star
0
Fork
You've already forked go-crypt
0
Code
Issues
5
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
60de3e1943
go-crypt
/
auth
History
Snider
60de3e1943
Some checks failed
Security Scan / security (push)
Failing after 6s
Details
Test / test (push)
Failing after 6m13s
Details
refactor: replace remaining fmt.Errorf/os.* with go-io/go-log conventions
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 20:50:38 +00:00
..
auth.go
fix: replace fmt.Errorf and errors.New with coreerr.E()
2026-03-16 18:19:51 +00:00
auth_test.go
refactor: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n
2026-03-06 12:35:41 +00:00
hardware.go
feat(auth): Phase 2 key management — Argon2id, rotation, revocation
2026-02-20 02:27:03 +00:00
session_store.go
refactor: replace remaining fmt.Errorf/os.* with go-io/go-log conventions
2026-03-16 20:50:38 +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: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n
2026-03-06 12:35:41 +00:00