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
{{ message }}
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.
Add permissions optional string attribute. Permissions expression shall support & (and) | (or) and grouping with parenthesis. One option is to create a simple ANTLR 4 grammar. ExtensionManager.RouteEntry constructor shall take additional "permissions" parameter and route entry's match() shall take AuthorizationProvider as a parameter and take permissions into account during matching.
Route services shall achieve the same functionality through permissions property.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add permissions optional string attribute. Permissions expression shall support & (and) | (or) and grouping with parenthesis. One option is to create a simple ANTLR 4 grammar. ExtensionManager.RouteEntry constructor shall take additional "permissions" parameter and route entry's match() shall take AuthorizationProvider as a parameter and take permissions into account during matching.
Route services shall achieve the same functionality through permissions property.
The text was updated successfully, but these errors were encountered: