Auth0 Provider & Strapi Tutorial

Hi @alloyking1, stapi v4 has recently been released and along with a breaking change for the auth provider: all content-api routes are now prefixed with /api.
This mean that all the links to http://localhost:1337/connect/auth0 or http://localhost:1337/connect/auth0/callback (and similar links to the strapi api) should now be prefixed by “/api”.

  • http://localhost:1337/connect/auth0 becomes http://localhost:1337/api/connect/auth0

  • http://localhost:1337/connect/auth0/callback becomes http://localhost:1337/api/connect/auth0/callback

Thanks for the article, apart from the minor issue I had no problem settings up my login provider!