Skip to content

PyCasbin 0.8.0

Choose a tag to compare

@leeqvip leeqvip released this 15 Aug 14:31
· 388 commits to master since this release
cb5283c

RBAC API

  • Implement the get_implicit_roles_for_user and get_implicit_permissions_for_user.
  • Implement the add_role_for_user_in_domain and delete_roles_for_user_in_domain.

Policy

  • Added remove_filtered_policy() to Policy.

Enforcement

  • Improve the test code for api.

Bug Fix

  • Fixed bugs in add/delete/has permission for user api.