Skip to content

Feature Request: Route Guarding #21

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

Labels
challenge task This task is part of the react challenge.

Comments

@Fleury14
Copy link
Collaborator

Currently, it is possible for someone to navigate to the order-viewing and order form components without logging in. Make the necessary changes so that if someone has not properly logged in, they are sent to the login page.

@Fleury14 Fleury14 added the good first issue Good for newcomers label Jun 13, 2019
@coreyshuman coreyshuman added challenge task This task is part of the react challenge. and removed good first issue Good for newcomers labels Feb 18, 2020
AbiyMelaku added a commit to AbiyMelaku/react-challenge-project that referenced this issue Apr 11, 2020
…n pages and update router with new component. Include token check in loginForm component. Closes Shift3#21
fluturecode referenced this issue in fluturecode/Interview-Challenge-project_REACT Aug 28, 2020
#21 feature(log-out): route guarding and login redirect
fluturecode referenced this issue in fluturecode/Interview-Challenge-project_REACT Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment