Skip to content

Authentication Endpoints & User Management #9

Description

@levelslip
  • Description: Implement authentication REST endpoints
  • Activities:
    • POST /api/auth/register: Validate input, hash password, create User record via Prisma.
    • POST /api/auth/login: Verify credentials, generate JWTs, return tokens + user info.
    • POST /api/auth/logout: Add current token to Redis blacklist.
    • POST /api/auth/refresh-token: Validate refresh token, issue new access token.
    • Create endpoints for password reset flow (forgot/reset password).
  • Deliverables: Auth controllers and routes, complete login/register flow

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

FSFullstack Role

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions