Eric Luo

Results 275 issues of Eric Luo

Issues: - https://github.com/casbin/casbin/issues/402 - https://github.com/casbin/casbin/issues/547 Existing code: - https://github.com/casbin/casbin-raft - Not available - https://github.com/casbin/hraft-dispatcher - Beta Release Existing docs: - https://casbin.org/docs/en/dispatchers

enhancement

See: https://hasura.io/ ![image](https://user-images.githubusercontent.com/3787410/120090529-f1421780-c135-11eb-80e9-9c83ee75c691.png) We could make a middleware like this: https://github.com/hasura/graphql-engine/blob/71ae144aa623c156064ffe21eb38020ccf315a7a/community/sample-apps/vuejs-auth0-graphql/app/src/auth/authService.js

enhancement

Nexus.js is a popular GraphQL web framework: https://github.com/graphql-nexus/nexus They are looking for an authz solution: https://github.com/graphql-nexus/nexus/issues/238 We can make a middleware for their scenario.

enhancement

See: http://playframework.org/ The repo is created here: https://github.com/jcasbin/play-authz , you can make PR to add code to it. You can see existing similar authorization modules for Play as reference: https://www.playframework.com/documentation/2.8.x/ModuleDirectory#Authentication-(Login-&-Registration)-and-Authorization-(Restricted-Access)...

enhancement
help wanted

See: https://en.wikipedia.org/wiki/Percentile#The_weighted_percentile_method My current code is as follows. But I don't know how to support weighted percentile? ```go func TestPercentile(t *testing.T) { values := []float64{4, 5, 3, 1, 2} percentiles...

There are many users complaining PyCasbin about its bad performance compared to Go or Java. This is mostly because that PyCasbin is a pure Python implementation of Casbin. A common...

enhancement

Open: https://door.casdoor.com/ in mobile phone

question

See: https://fastapi.tiangolo.com/tutorial/middleware/

enhancement

See: https://github.com/rustdesk/rustdesk/issues/1070 For how to integrate with a desktop app, see: - https://casdoor.org/docs/how-to-connect/desktop-sdks/electron-app

enhancement

https://github.com/alist-org/alist See: https://github.com/alist-org/alist/issues/1304

enhancement