Describe the bug
Can't connect via auth/login-token
I have add my user's id in user_id column of auth_clients table (and save it) but i still get this error :
{
"error": {
"statusCode": 401,
"name": "UnauthorizedError",
"message": "Bearer realm=\"Users\""
}
}
The request body: (with the same body i can get the code with
{
"client_id": "webapp",
"client_secret": "saqw21!@",
"username": "super_admin",
"password": "test123!@#"
}