Hi,
I’m currently working on an web app with Nextjs and Strapi.
My app has account login/create function for users with next/auth but i want to go on with auth0 services.
Here is my problem, all my app work with users registered in strapi because there is relations between my user collection type and other one and I would like to know if, when creating user with auth0 and strapi connected, does will the "auth0 user " appear in my strapi user and if it’s gonna work as the same as without auth0 (keeping the same relation to others) or if it is configurable.
thank’s in advance for answer !
Mathias