Get token api doesn't work

Issue #106 resolved
Enrico Piccini created an issue

I got this error: {"error": "invalid_client"} with status code "401 UNAUTHORIZED"

these are the data I sent: client_id: "udemi" client_secret: "udemi" grant_type: "password" password: "enricosoft1" username: "enricosoft1"

Comments (1)

  1. André Palma

    This was that after the reset of the database the application specifics were not created and therefore there was no OAuth2 app for users to login with.

  2. Log in to comment