summaryrefslogtreecommitdiff
path: root/password_test.go
AgeCommit message (Collapse)Author
2026-06-20Add integration test TestRegisterAuthenticatexengineering
This makes sure the implementations of Register() and Authenticate() are compatible.
2026-06-20Add Authenticate()xengineering
This function validates a username and password against the database.
2026-06-20Add Register()xengineering
This function creates a new user and sets the username and bcrypt-hashed password.