-
Notifications
You must be signed in to change notification settings - Fork 2
Implement password reset token APIs #35
Copy link
Copy link
Open
Labels
apiPublic or internal API design, request/response contracts, and endpoint behavior.Public or internal API design, request/response contracts, and endpoint behavior.backendServer-side logic, services, domain models, and business rules.Server-side logic, services, domain models, and business rules.emailEmail-related functionality such as verification, notifications, and transactional messaging.Email-related functionality such as verification, notifications, and transactional messaging.securityAuthentication, authorization, cryptography, and attack prevention changes.Authentication, authorization, cryptography, and attack prevention changes.
Metadata
Metadata
Assignees
Labels
apiPublic or internal API design, request/response contracts, and endpoint behavior.Public or internal API design, request/response contracts, and endpoint behavior.backendServer-side logic, services, domain models, and business rules.Server-side logic, services, domain models, and business rules.emailEmail-related functionality such as verification, notifications, and transactional messaging.Email-related functionality such as verification, notifications, and transactional messaging.securityAuthentication, authorization, cryptography, and attack prevention changes.Authentication, authorization, cryptography, and attack prevention changes.
Description
Implement APIs to initiate and complete password reset
using secure, single-use reset tokens.
Endpoints
/auth/forgot-passwordOR
/auth/reset-passwordAcceptance Criteria