Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Example
Here's a self-contained, minimal, reproducible, example with my use case:
Description
I wanted to use FastApi with Casbin, and everything went well until I deployed FastApi and found that Casbin's permission data couldn't be synchronized when the permissions were modified because Ucicoorn started multiple FastApi instances, so I found a way to use Watcher sync permission information in the Casbin community, but because Watcher didn't support FastApi well, there were the following issues:
ScienceLogic/pycasbin-redis-watcher#2
After discussion, it was suggested that I use fastapi-authz, but after trying, the following questions a
pycasbin/fastapi-authz#13
So, I wonder if it's possible to resolve this issue with FastApi?
Environment
Beta Was this translation helpful? Give feedback.
All reactions