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 error 500 #6

Closed
aframires opened this issue Sep 21, 2020 · 0 comments
Closed

Handle error 500 #6

aframires opened this issue Sep 21, 2020 · 0 comments
Assignees

Comments

@aframires
Copy link
Owner

Error 500 occurs when the user goes to a url which they should not have access to. This might happen if the user goes to /annotate without having logged in first.

For this, we should do a check if the user is authenticated or not and, if not, send him to the welcome page.

@aframires aframires self-assigned this Sep 21, 2020
aframires added a commit that referenced this issue Sep 21, 2020
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