casbin / casbin-cpp

An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++
https://casbin.org
Apache License 2.0
218 stars 61 forks source link

feat: improve the synced enforcer like Go casbin #248

Closed ailiujiarui closed 2 months ago

ailiujiarui commented 2 months ago

Fix: https://github.com/casbin/casbin-cpp/issues/244

Fixes # https://github.com/casbin/casbin-cpp/issues/244

Description

Update the enforcer_synced class in the casbin-cpp library to match the go version of the Casbin. The main content is to compare the enforcer_synced class in Go language with the cpp version, and add functions that are in the enforcer class of casbin-cpp but have not yet been added to the enforcer_synced class.

casbin-bot commented 2 months ago

@EmperorYP7 @sheny1xuan @cs1137195420 please review

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 1.59.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: