v1

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

post/v1/auth/login/

Request body

usernamestring required
passwordstring required

Response

usernamestring required
passwordstring required

Changes