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
PR-29 Added the ability to specify endpoints for the @rbac.allow and @rbac.deny to allow them to play nicely with blueprints
@rbac.exempt still uses the view_func.__name__ and hence, doesn't work with blueprints. For backwards compatibility, I suppose it might be useful to provide another exempt function that can take an endpoint parameter
If this is affecting any, the work around to inhert the RBAC and redefine the exempt decorator
PR-29 Added the ability to specify endpoints for the @rbac.allow and @rbac.deny to allow them to play nicely with blueprints
@rbac.exempt still uses the
view_func.__name__
and hence, doesn't work with blueprints. For backwards compatibility, I suppose it might be useful to provide another exempt function that can take an endpoint parameterIf this is affecting any, the work around to inhert the RBAC and redefine the exempt decorator
The text was updated successfully, but these errors were encountered: