regostar / eventique

AI Enhanced Event Planning
MIT License
0 stars 2 forks source link

User authentication framework backend API #41

Closed regostar closed 5 months ago

regostar commented 5 months ago

### API Documentation :-

{ "password": "thisissecurepassword123", "email": "rego2@ymail.com", "name": "renugopal2" } Signup :-

/api/register

image

Login :-

/api/login

image

Get current user:-

/api/user

image

Logout:-

/api/logout

image