Registered user sign in

Issue #35 resolved
Luke Horsley repo owner created an issue

Allow registered users to sign in using an email address and password.

Make use of the existing API by issuing a POST request to /token with Content-Type: application/x-www-form-urlencoded and the body as the following:

grant_type=password&username={username}&password={password}

Comments (1)

  1. Log in to comment