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
Has there been any thought as to how roles might be integrated?
For example I would like to be able to verify a role via [Authorize(Roles="Admin"] and have another [Authorize(Roles="User")]. It would be nice to be able to reflect those in Angular. I haven't found a way to do it.
The text was updated successfully, but these errors were encountered:
Has there been any thought as to how roles might be integrated?
For example I would like to be able to verify a role via
[Authorize(Roles="Admin"]
and have another[Authorize(Roles="User")]
. It would be nice to be able to reflect those in Angular. I haven't found a way to do it.The text was updated successfully, but these errors were encountered: