0

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.)

MJF
  • 83
  • 9
  • [This](https://medium.com/@iqbaldjulfri/role-based-authentication-with-jwt-in-loopback-4-4f9ab63daa52) tutorial worked for me. – Salitha Sep 16 '19 at 08:50

1 Answers1

1

Using @loopback/authentication-passport.

Document: Using Passport-based Strategies

Zhikai Xiong
  • 357
  • 2
  • 9