Mongoose
Crema has some auth inbuilt APIs. Demo APIs listed here -
Was this helpful?
Crema has some auth inbuilt APIs. Demo APIs listed here -
Was this helpful?
You can find out the Mongoose auth APIs public repo
All Auth APIs listed here -
POST
https://www.your-domain.com/api/v1/users
This API is used for the register user
name*
String
Name of the user
email*
String
Email of the user
password*
String
Password for the account
POST
https://www.your-domain.com/api/v1/auth
This API is used for the login user
email*
String
Email of the user
password*
String
Password of the account
GET
https://www.your-domain.com/api/v1/auth
This API is used to check the auth token validation
x-auth-token*
String
Bearer token