How do I access the current user's 'fields' in a Blazor server-side application?
For example, accessing the user's Roles, or their name, email, etc. I want to grant access to certain content based on roles.
How do I access the current user's 'fields' in a Blazor server-side application?
For example, accessing the user's Roles, or their name, email, etc. I want to grant access to certain content based on roles.