Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Callback Errors #75

Open
thomasrichner-oviva opened this issue Apr 30, 2024 · 0 comments
Open

Handle Callback Errors #75

thomasrichner-oviva opened this issue Apr 30, 2024 · 0 comments

Comments

@thomasrichner-oviva
Copy link
Contributor

In case a user aborts the login, we usually get a nice error in the callback.

/auth/callback?error=access_denied&error_reason=user_canceled_login&error_description=The+resource+owner+denied+the+request&state=...

Currently this is not handled well and a generic error is displayed to the user. The goal would be to give a bit more info to the user on what exactly went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant