Search code examples
authenticationauth0loopback

Is there any way to integrate Auth0 to Loopback 4?


I'm working in a project with Loopback version 4, a Node.js framework. I need to implement authentication with Auth0. However, it seems Auth0 is not compatible with version 4 of Loopback. I couldn't find any documentation, or even a tutorial, about this subject. Anybody there has ever implement authentication with Auth0 in Loopback 4?


Solution

  • One of the LoopBack team members has recently implemented a proof-of-concept application showing how to integrate with Auth0. You can find the repository here:

    https://github.com/raymondfeng/loopback4-example-auth0