Authentication
Authentication with email and password
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"success":true,
"token":"JWT XYZ",
"user":{
"_id":"5ab11c6b83dc240014d46095",
"email":"[email protected]"
}Anonymous authentication for a user
Headers
Name
Type
Description
Request Body
Name
Type
Description
Custom authentication for a user
Headers
Name
Type
Description
Last updated