node-casbin / blitz-authz

blitz-authz is an authorization middleware for Blitz based on Casbin
https://github.com/casbin/node-casbin
Apache License 2.0
0 stars 1 forks source link

Make a RBAC & ABAC hybrid authorization middleware for Blitz #1

Open hsluoyz opened 3 years ago

hsluoyz commented 3 years ago

Make a RBAC & ABAC hybrid authorization middleware for Blitz, see: https://github.com/blitz-js/blitz/discussions/2116

Some other materials: https://blitzjs.com/docs/authorization

hsluoyz commented 3 years ago

@Zxilly

Zxilly commented 3 years ago

working on this, maybe need to discuss with the blitz community

hsluoyz commented 3 years ago

@Zxilly I think we can first make a middleware by ourselves, like how we did for other web frameworks, then start to work on their specific requirements.

Zxilly commented 3 years ago

Too many difficulties in development, maybe we should wait for the v1.0 of blitz.js and restart this job.