System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
I’m creating a website which uses multi authentication. There is a super admin, doctor, hospital and normal user.
So each of these has their own role such as admin, doctor, hospital and user…
So how should I set this logic up in strapi. It should’ve been easy if the roles can be used from other collections other than users…