We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I recently encountered a situation where I wanted to show something if the user doesn't satisfy a policy, e.g.
<button class="btn" asp-authz-policy="AdminPolicy>Delete</button> <span class="btn btn-disabled" asp-authz-not-policy="AdminPolicy">Delete</span>
Does asp-authz-not-policy seem reasonable to implement?
asp-authz-not-policy
The text was updated successfully, but these errors were encountered:
Sure, it would just be checking if the user doesn't pass a given authz policy.
Sorry, something went wrong.
No branches or pull requests
I recently encountered a situation where I wanted to show something if the user doesn't satisfy a policy, e.g.
Does
asp-authz-not-policy
seem reasonable to implement?The text was updated successfully, but these errors were encountered: