strongloop / loopback-example-passport

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

Integrate passport faster #51

Closed limulidae closed 7 years ago

limulidae commented 9 years ago

I am reading https://docs.strongloop.com/display/public/LB/Configuring+providers.json It still needs me manually do some code modification.

My ideal integration is:

  1. add loopback-component-passport, ... to package.json
  2. run ONE command to generate codes/files for me
  3. I ONLY have to change client id, client secret.
  4. done.

is this possible? I am tired of reading lots of integration examples.