Hey guys, any good RBAC example for NextJS ?
Unanswered
Mugger Crocodile posted this in #help-forum
Mugger CrocodileOP
Hey guys, any good RBAC example for NextJS ?
4 Replies
@Mugger Crocodile Hey guys, any good RBAC example for NextJS ?
I haven't found one yet, but I personally like to use this library for it:
https://www.npmjs.com/package/easy-rbac
Pretty easy and fast setup to setup your roles and their permissions
https://www.npmjs.com/package/easy-rbac
Pretty easy and fast setup to setup your roles and their permissions
@Mugger Crocodile solved?
@B33fb0n3 <@239748720785096704> solved?
Mugger CrocodileOP
I ended up building my custom rbac, ship first iterate later