- Building Serverless Web Applications
- Diego Zanon
- 122字
- 2021-07-15 17:31:28
Amazon Cognito
Handling authentication in a secure way is a complex problem, but this use case is so common that many frameworks and services were built dedicated to solve it. Nowadays, you just need to copy a few lines of code and you are good to go.
Cognito is Amazon's solution for this problem. More than solving how you authenticate accounts, it provides an easy way to sync data between different devices. When you log in using a Cognito account, you receive a temporary AWS token that is used to store and retrieve data specific to the user, like preferences, user profile, or saved game data.
We'll explore more about this service through code examples in Chapter 8, Securing the Serverless Application.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Boost.Asio C++ Network Programming(Second Edition)
- Objective-C Memory Management Essentials
- C++程序設計(第3版)
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Java程序設計與計算思維
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- HTML5+CSS3網站設計基礎教程
- PhpStorm Cookbook
- 琢石成器:Windows環(huán)境下32位匯編語言程序設計
- 51單片機C語言開發(fā)教程
- 時空數據建模及其應用
- UML軟件建模
- Angular Design Patterns
- Python Linux系統管理與自動化運維