Kiloson

Results 7 comments of Kiloson

@tangyang9464 Ok, I'll take it, could you take this one https://github.com/casbin/tidb-adapter/issues/1.

@nguyenpc Something like this? model.conf ``` [request_definition] r = sub, dom, obj, act [policy_definition] p = sub, dom, obj, act [role_definition] g = _, _ [policy_effect] e = some(where (p.eft...

@hsluoyz Really? It reduces by 700% performance at most, I don't think it is a good idea.

@hsluoyz @tangyang9464 I found that devtron still using casbin v1, and it uses dep manage dependencies I try to update dependency for it, but suffered network errors. ``` ➜ devtron...

I encountered the same problem ``` HTTP 400: {"has_error":true,"errors":{"system":{"message":"Invalid grant_type parameter or parameter missing","code":1508}},"error":"invalid_grant"} ``` I want to use `set_auth`, but I don't know which is access token, there're to...

@abeMedia I'm not familar with go-kit, but I guess it could be used like this ```go uppercaseHandlerWithMid := httptransport.NewServer( func(ctx context.Context, request interface{}) (response interface{}, err error) { ctx =...

@hsluoyz @chrisohaver plz review