Next.js Discord

Discord Forum

How to create super admin for the web app?

Unanswered
Rex posted this in #help-forum
Open in Discord
RexOP
I am working with Next JS , Next-auth, prisma and mongodb and trying to implement role based authentication in my web app.
I understand how to implement the admin for the web app but I am not super how to create the super admin.

here are the thing I am planing to achieve
When someone register he is assigned the "user" role and when he creates a club he is assigned the admin role but I also want the super admin who can delete clubs or edit them
Should I hardcode the super admin the db ?

0 Replies