Auth0 Provider and Strapi Tutorial

Figured it out already :smiley: forgot to update this thread. Thanks
So yes its exactly everything you guys added above.

In my case, I’m using next js, so I just have to get the id_token from the redirect and make my application do another fetch request to https://mystrapiendpoint/api/auth/auth0/callback?id_token and that would complete the cycle and issue the jwt from strapi that my application could use!

1 Like