nohup
nohup
updated
@conghuhu Have you run the backend? It seems to be caused by don't run the backend.
why change to `api` that would be transitive dependency, and it would expose `jcasbin` to the ones that import this library.
Change `assignPolicy()` function as follow copy the string again, solve your problem. ```go func assignPolicy(e *casbin.SyncedEnforcer) fiber.Handler { return func(c *fiber.Ctx) error { type AssignRole struct { UserId string `query:"user_id"`...
This seems to be a problem caused by Go language. When `c.QueryParser(&assignRole);` is executed, the previous(last time) `assignRole.userId` will be modified which has stored in `casbin enforce model g policy`....
Are you using Spring Cloud? In Spring Boot, only the `application` configuration is read, and the `bootstrap` configuration is not read. You need to be in Spring Cloud to read...
https://user-images.githubusercontent.com/41513919/216909633-13303c91-251d-44b1-a280-f6844a2caf8e.mp4
Thanks for your review, but it's work as my expect in `[email protected]`. And in my actual project, I use the `` tag, which is also invalid. At the same time,...
Try upgrade the version, no problem in the latest version(1.8.0) 
try **model:** ```ini [request_definition] r = sub, obj, act [policy_definition] p = sub, obj, act, eft [role_definition] g = _, _ [policy_effect] e = some(where (p.eft == allow)) && !some(where...