casbin / node-casbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser
https://casbin.org
Apache License 2.0
2.58k stars 215 forks source link

GSoC: middlewares for web frameworks #129

Closed nodece closed 3 months ago

nodece commented 4 years ago

Authorization middleware

Supported

Things to do

romitkarmakar commented 4 years ago

@nodece I have been working on hapijs authorization middleware for casbin. Could you create a hapi-authz repository so, I could send my PR to it..

dweep612 commented 3 years ago

Can I work on this?

hsluoyz commented 3 years ago

@dweep612

TODO:

  1. https://github.com/node-casbin/blitz-authz
  2. https://github.com/node-casbin/meteor-authz
  3. https://github.com/node-casbin/nest-authz
dweep612 commented 3 years ago

Ok @hsluoyz, I will.

hsluoyz commented 3 years ago

@dweep612 plz ask @nodece

dweep612 commented 3 years ago

@nodece can you please guide me how can I go ahead in this?

nodece commented 3 years ago

@dweep612 you can make a meteor-authz plugins, please refer the plugins from https://github.com/search?q=org%3Anode-casbin+authz.

anik31 commented 3 years ago

@nodece @hsluoyz I am working on the meteor-authz plugin but the repo cannot be forked or cloned - https://github.com/node-casbin/meteor-authz.

hsluoyz commented 3 years ago

@anik31 try this: https://github.com/node-casbin/meteor-authz

anik31 commented 3 years ago

@hsluoyz Thanks. I Will make a PR to this repo.