-
Notifications
You must be signed in to change notification settings - Fork 111
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 users from accessing /adminDashboard
#439
Comments
I'd like to take another look at this, but if I haven't gotten anywhere by the weekend, someone should feel free to pick it up. |
When you say "block them" what are you exactly referring to? Do you mean send them to a page that notifies them that only admin's can access that page? That would be considered some form of "blocking" |
I've kept it vague as I'm not familiar with all our options. Ideally, un-authorized users will not have access to the |
Hmm, sounds good, I can take a crack at it if don't mind assigning me |
assigned! |
On hold for #441 |
Please provide a summary of the feature
Currently admin dashboard can be access using React Router by appending
/adminDashboard
to the end. We want to prevent users from access adminDashboard. Ideally, it blocks the user on request instead of redirecting them once they land on the page.Depends on
#441
Is this feature related to any current or past issues? Please provide the
getAll
#407Additional context
This is a tough cookie. React router seems a little restrictive with our options considering the current app design.
Add any other context or screenshots about the feature request here.
If you're interested in working on this feature, please comment so you can be assigned
The text was updated successfully, but these errors were encountered: