Closed
Description
I'm using the native oatuh2-serve included in Laravel 6.2.
In the previous version of oauth2-server, I used to face a 400 error when credentials were missing and 401 error when credentials were wrong.
This is not happening since this PR #967.
Is this the way you handle returning errors now? How can I know about missing or wrong credentials?
Sorry if this question does not belong here, but not sure where to post it.