Authorize actions in command handler
I have a problem with controllers authorization in C#. I use JWT authentication with token and role-based authorization in controllers.
I have a problem with controllers authorization in C#. I use JWT authentication with token and role-based authorization in controllers.