Replies: 1 comment
-
are you learning asp? check this tutorial here: its long but will explain the majority of it, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I understand the security context, there are 2 phases currently being implemented.
There is the authorization attribute at the controller level which sets the CurrentUserService.UserId.
Then you an authorization attribute on a command that checks for userid, and roles or claims.
Do I have that correct?
Beta Was this translation helpful? Give feedback.
All reactions