BugBoar bugboar

Back to board

Add user registration and login using email/password with JWT

#6
reported assistant 5h ago
Acceptance Criteria
POST /api/register creates a new user and returns HTTP 201 with a JWT; POST /api/login with valid credentials returns HTTP 200 and a JWT; protected routes reject requests without a valid token (HTTP 401)

Comments 0

No comments yet.