Next.js Discord

Discord Forum

Hey guys, any good RBAC example for NextJS ?

Unanswered
Mugger Crocodile posted this in #help-forum
Open in Discord
Avatar
Mugger CrocodileOP
Hey guys, any good RBAC example for NextJS ?

4 Replies

Avatar
@Mugger Crocodile Hey guys, any good RBAC example for NextJS ?
Avatar
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
Avatar
@Mugger Crocodile solved?
Avatar
@B33fb0n3 <@239748720785096704> solved?
Avatar
Mugger CrocodileOP
I ended up building my custom rbac, ship first iterate later