pycasbin / sqlalchemy-adapter

SQLAlchemy Adapter for PyCasbin

Home Page:https://github.com/casbin/pycasbin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement update_filtered_policies()

leeqvip opened this issue · comments

Will do in this week.

@leeqvip can I contribute to this?

Sure

Hello, I wanted to ask that sec is not used anywhere inside the update_policy() should it be removed?

self, sec: str, ptype: str, old_rule: [str], new_rule: [str]

@hsluoyz we would also have to add update_filtered_policies in the management API pycasbin

commented

@hsluoyz we would also have to add update_filtered_policies in the management API pycasbin

Yes, waiting for your PR.

@leeqvip are we not going to add update_filtered_policies method here?