-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Difficult because the developer is defining the interface so changing the signature to Authorize<> and adding the CanXYZ methods is not a given.
Ideas:
If the interface is partial then add the methods.
If the server implementation for the interface is partial add them there as well.
Or
Create an entirely new interface IInterfaceAuth that has the methods
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request