How can I use AWS-Cognito for user authentication in a web app (not IOS or Android app)?
Amazon cognito just came out:
http://aws.amazon.com/cognito/
http://aws.amazon.com/about-aws/whats-new/2014/07/10/introducing-amazon-cognito/
From the FAQ:
Q: Do I still need my own backend authentication and identity systems with Amazon Cognito?
No. Amazon Cognito supports login through Amazon, Facebook and Google, as well as providing support for unauthenticated users. With Amazon Cognito you can support federated authentication, profile data sync store and AWS access token distribution without writing any backend code.
It seems to be built with mobile apps in mind (they provide SDKs for android and IOS).
So far the AWS php SDK and boto don't reference Cognito, but Amazon mentions "back-end API's" that we can hit.