Zixuan Liu
Zixuan Liu
Thank @Sefriol for your contribution! Your approach is a good idea, but we have already added many magic methods to RoleManager, I think we should be able to extend the...
Assigned to @labuladong.
This is good idea, I'm looking forward the feature.
@dsymonds thanks for your time, looks great! I think we should add example for checkout short-hash/hash/branch/tag to document for make it easy for users to find it.
for example: ```golang func main() { r, err := git.PlainClone("./casbin", false, &git.CloneOptions{ URL: "https://github.com/casbin/casbin.git", }) if err != nil { log.Println("PlainClone", err) return } w, err := r.Worktree() if err...
/pulsarbot rerun-failure-checks
> Is authentication data supposed to dynamically change? Yes, we can dynamically change the authentication data by auth challenge. > We require the role to stay the same across authentication...
> It seems like your concern is not just the authentication flow, but how it interacts with authorization. Is that correct? Right! For the default authentication provider, which doesn't care...
> Makes sense. My point is that we close the connection when the role changes. It looks like we cannot update the role. Let us continue to keep this logic....
I suggest add documentation on how to switch the metadata store from ZK to ETCD/Memory/RockDB.