Closed hsluoyz closed 1 year ago
Hello @hsluoyz Can you tell me how to get started with the implementation of this issue
@sanbit876 see my updated comments
Hey @hsluoyz thank u for the updated comment, I have gone through the Documentation of the Play-Framework and integration of the other web frameworks with casbin. Can u guide me on creation of the required classes and methods for the middleware as i saw that each middleware were implemented using different methods and were complex.
@sanbit876 see my updated comments
@sanbit876 did you end up starting on this? I am slightly interested in implementing it.
@dspasojevic I don't think so. You are welcome to contribute it!
[WeOpen Star]I would like to help
@hsluoyz I would like to contribute. I have gone through jcasbin, play framework and I'm willing to give it a shot.
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)
You can refer to how we make middleware for other web frameworks like: