flask-authz icon indicating copy to clipboard operation
flask-authz copied to clipboard

Use Casbin in Flask, Casbin is a powerful and efficient open-source access control library.

Results 2 flask-authz issues
Sort by recently updated
recently updated
newest added

when using `owner_loader` instead of 'CABSIN_OWNER_HEADERS' (request headers in general), there seems to be no way to set the owner's username for audit logging. Can we provide support for setting...

enhancement

After studying for a few days, only the client request header can be verified. How can this be used? Do you have any examples of sessions and tokens?

question