Log in with local credentials
POST /auth/local/login
POST
/auth/local/login
Request Body required
Section titled “Request Body required ”object
email
required
string format: email
password
required
string format: password
Responses
Section titled “ Responses ”Authenticated; returns a JWT and sets a refresh cookie
object
token
string
user
object
id
string format: uuid
email
string format: email
name
string
role
string
active
boolean
Invalid credentials