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

Redirect to next page on sign in #2265

Closed
warrensearle opened this issue Dec 19, 2023 · 0 comments · Fixed by #2268
Closed

Redirect to next page on sign in #2265

warrensearle opened this issue Dec 19, 2023 · 0 comments · Fixed by #2268
Assignees

Comments

@warrensearle
Copy link
Member

Unauthenticated users should be redirected to their intended destination after they have authenticated.

Current behaviour
If a user tries to access a restricted/protected page they are taken to the login page.
If the user correctly logs in they are taken to the exercises list.

Expected behaviour
If a user tries to access a restricted/protected page they are taken to the login page.
If the user correctly logs in they are taken to the page they were trying to access.

Note: the Apply site was recently updated to behave this way, see this PR

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

Successfully merging a pull request may close this issue.

2 participants