Skip to content

Latest commit

 

History

History
 
 

auth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Authentication

Path Method Description
/api/auth/signup POST Create a new user account.
/api/auth/verify-email/:verifyToken GET Verify the user's email with a verification token.
/api/auth/login POST User login.
/api/auth/password-reset POST Send a password reset link to the user's email.
/api/auth/password-reset/:token POST Reset user password with a valid token.

Documentation