- 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.
推薦閱讀
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Mastering Zabbix(Second Edition)
- 跟“龍哥”學(xué)C語(yǔ)言編程
- 算法訓(xùn)練營(yíng):入門(mén)篇(全彩版)
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- Production Ready OpenStack:Recipes for Successful Environments
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 青少年信息學(xué)競(jìng)賽
- 愛(ài)上micro:bit
- Getting Started with React Native
- C# and .NET Core Test Driven Development
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- App Inventor 2 Essentials
- Java 9 with JShell
- 機(jī)器人ROS開(kāi)發(fā)實(shí)踐