Right now I decorate a method like this to allow “members” to access my controller action [Authorize(Roles="members")] How do I allow more than one role? For example the following...
  • May 16, 2022
  • 0 Comments