robksawyer / brenda-web

Web interface for submitting Blender render jobs to Amazon Web Services.
15 stars 4 forks source link

Add Other Passport Strategies #25

Open robksawyer opened 9 years ago

robksawyer commented 9 years ago

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

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

    Facebook

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

    Twitter

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