What is a simple and direct way to access the current users 'fields'?
For example for showing the users Roles, or his/her name, or mail etc. I want to grant access to certain content based on roles.
I am confused on this topic.
As I understand, it should be avoided to use httpcontext in a blazor server app.