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
After blocking a user through the Auth0 dashboard, when I try to login as the blocked user, no errors are logged and I am redirected back to the login form. The redirect address from Auth0 is ${NUXT_OAUTH_AUTH0_REDIRECT_URL}?error=unauthorized&error_description=user%20is%20blocked, so an error can be created and passed to the onError callback.