ex_oauth2_provider icon indicating copy to clipboard operation
ex_oauth2_provider copied to clipboard

Crash when invalid scope on client credentials grant

Open tino415 opened this issue 2 years ago • 0 comments

I send invalid scopes in client credentials grant and I god error 500, I suspect that problem start here where touple {:error, changeset} is returned and add_error expect only {:error, error, http_status}

tino415 avatar Aug 09 '21 08:08 tino415