brenda-web icon indicating copy to clipboard operation
brenda-web copied to clipboard

Add Other Passport Strategies

Open robksawyer opened this issue 9 years ago • 0 comments

This is for the future.

Available authentication strategies

Google+

  1. Create a new app here
    • Name sails-social-auth-example
    • URL http://localhost:1337
    • Callback URL http://localhost:1337/auth/google/callback
  2. In the config/express.js replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with the generated keys

GitHub

  1. Create a new app here
    • Name sails-social-auth-example
    • URL http://localhost:1337
    • Callback URL http://localhost:1337/auth/github/callback
  2. In the config/express.js replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with the generated keys

Facebook

  1. Create a new app here
    • Name sails-social-auth-example
    • URL http://localhost:1337
    • Callback URL http://localhost:1337/auth/facebook/callback
  2. In the config/express.js replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with the generated keys

Twitter

  1. Create a new app here
    • Name sails-social-auth-example
    • URL http://localhost:1337
    • Callback URL http://localhost:1337/auth/twitter/callback
  2. In the config/express.js replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with the generated keys

robksawyer avatar Jun 24 '15 05:06 robksawyer