Open robksawyer opened 9 years ago
This is for the future.
sails-social-auth-example
http://localhost:1337
http://localhost:1337/auth/google/callback
config/express.js
YOUR_CLIENT_ID
YOUR_CLIENT_SECRET
http://localhost:1337/auth/github/callback
http://localhost:1337/auth/facebook/callback
http://localhost:1337/auth/twitter/callback
This is for the future.
Available authentication strategies
Google+
sails-social-auth-example
http://localhost:1337
http://localhost:1337/auth/google/callback
config/express.js
replaceYOUR_CLIENT_ID
andYOUR_CLIENT_SECRET
with the generated keysGitHub
sails-social-auth-example
http://localhost:1337
http://localhost:1337/auth/github/callback
config/express.js
replaceYOUR_CLIENT_ID
andYOUR_CLIENT_SECRET
with the generated keysFacebook
sails-social-auth-example
http://localhost:1337
http://localhost:1337/auth/facebook/callback
config/express.js
replaceYOUR_CLIENT_ID
andYOUR_CLIENT_SECRET
with the generated keysTwitter
sails-social-auth-example
http://localhost:1337
http://localhost:1337/auth/twitter/callback
config/express.js
replaceYOUR_CLIENT_ID
andYOUR_CLIENT_SECRET
with the generated keys