Search code examples
passport.jsloopback4

passport integration with loopback 4?


I've seen the lb3 article on integrating passport (https://loopback.io/doc/en/lb3/Third-party-login-using-Passport.html). I don't see anything similar for lb4. Is the article for lb3/passport still valid for lb4? If not, thoughts on integrating passport into lb4? (I'd really like all of passport to be available, not just 3rd-party auth.)


Solution

  • Using @loopback/authentication-passport.

    Document: Using Passport-based Strategies