I would like to display menu item depending on user roles in an Angular application (without API and Backend).
The login with auth0 works. I have created roles and permissions.
How do I get to the roles in angular-auth0?
There are no roles in the token that is delivered in the function getAccessTokenSilently().
Does anyone have an example of how I can read roles and display menu items according to permission?