bcgov / ExitSurveyAdmin

The Exit Survey Administration Tool will assist BC Stats in administering the BCPS Exit Survey.
https://www2.gov.bc.ca/gov/content/data/statistics/government/employee-research/exit-survey
Apache License 2.0
3 stars 1 forks source link

Hide interface for unauthorized users #237

Closed hangler closed 1 year ago

hangler commented 1 year ago

Fix #194.

The user will see something like this (this is for the NJSA, but the same will appear for the ESA) if they are logged in without the correct role in their user_roles claim on their JWT.

Screen Shot 2023-03-08 at 5 13 52 PM

NB: This is mainly for aesthetic / UX reasons; the user is still blocked from accessing any API functions regardless.