strongloop / loopback-example-passport

LoopBack example for facebook login
Other
185 stars 134 forks source link

Compatible with Loopback 4? #117

Closed DanielChuDC closed 5 years ago

DanielChuDC commented 5 years ago

Description/Steps to reproduce

Link to reproduction sandbox

Expected result

Additional information

dhmlau commented 5 years ago

@DanielChuDC, this example repo is for LoopBack 3, so I believe it won't work with LoopBack 4. To see how to add passport authentication to a LoopBack 4 application, please see the information from: https://www.npmjs.com/package/@loopback/authentication-passport.

Please also refer to this blog for the LB4 authentication module.

Hope it helps.