Skip to main content

auth_login_create

POST /auth/login/

Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.

Request Body required
  • email string required
  • password string required
Responses

Schema
  • email string required
Loading...