-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enforcer EnableAcceptJsonRequest #111
Labels
enhancement
New feature or request
Comments
@Danny5487401 what do you mean? |
@hsluoyz use grpc to EnableAcceptJsonRequest func (e *Enforcer) EnableAcceptJsonRequest(acceptJsonRequest bool) {
e.acceptJsonRequest = acceptJsonRequest
} |
@Danny5487401 @ali-shokoohi can you make a PR? |
Okay @hsluoyz . I'm going to work on it |
ali-shokoohi
pushed a commit
to ali-shokoohi/casbin-server
that referenced
this issue
Oct 4, 2024
Version of the "Casbin" module upgraded to 2.100 to access the "bleAcceptJsonRequest" feature then integrated this project with the new version of the "Casbin" then added new requested feature. Changes: - Upgraded the version of the "Casbin" module - Integrated with the new version of the "Casbin" module - Changed the .proto file to add "EnableAcceptJsonRequest" field at calling NewEnforcer - Generated Go files from new changed the .proto file - Added "EnableAcceptJsonRequest" field to each "NewEncoder" test cases
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to turn EnableAcceptJsonRequest for casbin-client
The text was updated successfully, but these errors were encountered: