Summary
Add basic smoke tests for the auth flow.
Scope
- Test
POST /auth/register
- Test
POST /auth/login
- Verify password hashing on registration
- Verify valid login succeeds
- Verify invalid login returns
401
Acceptance Criteria
- New user can register successfully in a test
- Stored password is hashed, not plain text
- Login succeeds with correct password
- Login fails with wrong password
Summary
Add basic smoke tests for the auth flow.
Scope
POST /auth/registerPOST /auth/login401Acceptance Criteria