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

Add support for returnUrl to the webapp #519

Closed
4 tasks done
mkleszcz opened this issue Apr 11, 2024 · 0 comments
Closed
4 tasks done

Add support for returnUrl to the webapp #519

mkleszcz opened this issue Apr 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mkleszcz
Copy link
Contributor

Description

Currently when someone is trying to access application page without being logged in (like invitation from the email message) the app will redirect user to the login page. After successful login, user is always redirected to the home screen.

Describe the solution you'd like

App should save the url which not logged in user is trying to access in returnUrl GET param and after login/sign up should redirect user to this page.
Also before redirect to login page the app should display a toast that page that user is trying to access require login.

Describe alternatives you've considered

No response

Additional context

No response

Validations

@mkleszcz mkleszcz added the enhancement New feature or request label Apr 11, 2024
@sdrejkarz sdrejkarz self-assigned this May 17, 2024
@mkleszcz mkleszcz added this to the 3.1.0 milestone May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants