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

Properly handle unauthenticated users #516

Closed
JVT038 opened this issue Sep 30, 2023 · 0 comments · Fixed by #517
Closed

Properly handle unauthenticated users #516

JVT038 opened this issue Sep 30, 2023 · 0 comments · Fixed by #517
Assignees
Labels
enhancement New feature or request security

Comments

@JVT038
Copy link
Collaborator

JVT038 commented Sep 30, 2023

Description

When a user currently visits a page (such as the settings page) while not being logged in, they simply get a blank screen. In the logs (and the network panel), it can be seen that there is a 403 HTTP response, but the user doesn't see this on the page itself.

Desired Behavior

The user should be redirected to the login page and maybe an error / warning that the user is trying to visit a page while they aren't logged in.

When the user logs in, the user should be redirected back to the page they were trying to access before.

Additional Context

No response

@JVT038 JVT038 self-assigned this Sep 30, 2023
@JVT038 JVT038 added enhancement New feature or request security labels Sep 30, 2023
@JVT038 JVT038 changed the title Properly handle unauthorized users Properly handle unauthenticated users Sep 30, 2023
@JVT038 JVT038 linked a pull request Sep 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request security
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant