Issue
I would like the users of my application, hosted in Google app engine, login the same way I do in StackExchange, using my Google account or Facebook account.
I have some questions on this:
- I would like to see some tutorials on basic login only
- I would like to see some tutorial(s) on social login (Google, Facebook, etc.. )
Solution
You can use the Federated login API provided by Google to help users connect using Open ID providers (like Google, Windows Live, Yahoo, etc.).
Check out these links:
- Using Federated Authentication via
OpenID in Google App Engine - A Simple OpenID Login Example on
Appengine
Answered By – Remy Vanherweghem
Answer Checked By – Gilberto Lyons (BugsFixing Admin)