Authentication
Authentication with email and password
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"success":true,
"token":"JWT XYZ",
"user":{
"_id":"5ab11c6b83dc240014d46095",
"email":"andrea.leo@f21.it"
}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