Hello,
I’m implementing an app that has a backend built in Strapi and a FE built in NextJS.
I need to have users login and create posts only if they have the right role in Strapi.
I followed this tutorial: Auth0 Provider & Strapi Tutorial
But it looks like it is only for machine-to-machine apps
Thanks!