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

Protect frontend routes with automatic redirects #6

Open
sippejw opened this issue Jan 9, 2021 · 1 comment
Open

Protect frontend routes with automatic redirects #6

sippejw opened this issue Jan 9, 2021 · 1 comment
Assignees
Labels
frontend Involves some type of update to the user interface

Comments

@sippejw
Copy link
Collaborator

sippejw commented Jan 9, 2021

Redirect the user if they attempt to access a protected route. This should be handled by vue router.

https://router.vuejs.org/guide/advanced/navigation-guards.html

@sippejw sippejw added the frontend Involves some type of update to the user interface label Jan 9, 2021
@alexwohlbruck
Copy link
Member

After signing in, the browser should redirect to a default page for the user that depends on the role that they have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Involves some type of update to the user interface
Projects
None yet
Development

No branches or pull requests

2 participants