Previous: Cognito Developer Guide, Up: Developer Center (1) [Index]
“Securely connect with millions of Amazon customers and personalize their experience”
https://developer.amazon.com/apps-and-games/login-with-amazon
Let customers log in to your site or app in just a few clicks using their Amazon accounts. Leverage a brand customers trust while getting data like name, email address, and zip code to build a more personalized experience.
Customers prefer to register and log in with credentials they already know. In a head-to-head test, Woot found that customers picked Login with Amazon twice as many times as any other identity provider.
Keep your customer information more secure by leveraging the same user authentication system used by Amazon.com. Login with Amazon is based on OAuth 2.0, which has been broadly adopted for user-authorized exchanges across sites.
By taking advantage of Login with Amazon, you can spend less time building a user management system and more time building your product. Login with Amazon also allows for faster development cycle by using the OAuth 2.0 protocol.
When you add Amazon Pay, millions of Amazon buyers can log in and pay on your website or mobile devices with the information already stored in their Amazon account.
When using an implicit grant, the Login with Amazon SDK for JavaScript can return the access token as a URL fragment, rather than a query string. Why does this happen? How is the access token utilized? Go
Previous: Cognito Developer Guide, Up: Developer Center (1) [Index]