Authentication
Login
POST /api/auth/login{
"email": "[email protected]",
"password": "your-password"
}{
"token": "eyJhbGciOiJIUzI1NiIs...",
"user": {
"id": "xxx",
"email": "[email protected]",
"name": "John Doe"
}
}Register
Me
Logout
Password Reset
OAuth
Last updated
Was this helpful?