VD-25 / resume-analyzer

0 stars 0 forks source link

[Task 4] Implement User Sign-Up Endpoint API #9

Closed RCruz02 closed 10 hours ago

RCruz02 commented 2 days ago

User story

As a user, I'd like to create an account with a unique email, secure password, and a chosen username.

Description

Implement an endpoint that allows users to register for a single session without storing any data permanently. Upon registration, each user should receive a unique session token that can be used to access protected endpoints within the session's lifetime. User data will be stored temporarily in memory and will be cleared upon application restart.

Acceptance Criteria

Story Points: 3

truongd3 commented 10 hours ago

We implemented Task 5 along with Task 4.