You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
publicstaticfunction accessDenied($hint = null, $redirectUri = null)
{
returnnew static(
'The resource owner or authorization server denied the request.',
which still hides the actual error message.
I don't see any way to access that $hint value. So currently I have no way to troubleshoot why I am getting totally blank results on API call tests.
I changed the static() return to pass $hint and the error causing this scenario was
The JWT string must have two dots
but it will be the same issue with any error
The text was updated successfully, but these errors were encountered:
This repository has been closed and moved to mezzio/mezzio-authentication-oauth2; a new issue has been opened at mezzio/mezzio-authentication-oauth2#2.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Code to reproduce the issue
this method blocks errors from being shown
and then if I fix it and add
into the catch, it runs...
which still hides the actual error message.
I don't see any way to access that $hint value. So currently I have no way to troubleshoot why I am getting totally blank results on API call tests.
I changed the static() return to pass $hint and the error causing this scenario was
but it will be the same issue with any error
The text was updated successfully, but these errors were encountered: