You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
That data will come from an endpoint accessible only to admin users
How do you envision securing this endpoint? Would you leverage Auth0 roles or require some kind of JWT claim in the request? If so, do we still need an "isAdmin" property for users?
I originally envisioned using auth0 roles and claims on the JWT. Then maybe making that work with Spring Security or something. But, that's hard to setup. You are welcome to try. I can give you auth0 access.
I would be fine with a simple is_admin thing. It's simple and easy to do, if less cool and technically correct.
is_admin
columnisAdmin
to the front-endThe text was updated successfully, but these errors were encountered: