eko / authz

🛡️ Authorization backend that comes with a UI for RBAC and ABAC permissions
https://authz.fr
MIT License
233 stars 21 forks source link

GoFiber Middleware #385

Open gaby opened 1 year ago

gaby commented 1 year ago

Hello @eko I was wondering if you have thought about making a contrib GoFiber middleware for authz?

eko commented 1 year ago

Hi @gaby,

For sure it will be interesting to have one :)

If you want to work on it do not hesitate, elsewhere I will look to implement it as soon as possible.

Maybe we could push it on https://github.com/gofiber/contrib?

gaby commented 1 year ago

@eko Agree, contrib repo would be the perfect place. If you can come up with a proof of concept we can help develop it further into a production middleware.

Thanks!