-
-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a jCasbin authorization module for Play #104
Comments
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:
The text was updated successfully, but these errors were encountered: