this is the first in a two-part series where we’ll build a react app using aws cognito for email-based user authentication. part 1 focuses on setting up the necessary aws configurations, while...
本文为系列的第一部分,介绍如何使用aws cognito进行基于电子邮件的用户身份验证。重点在于aws配置,包括设置amazon ses和cognito。首先,创建ses身份以验证域名和电子邮件地址,然后配置cognito以支持电子邮件和密码登录。下一部分将展示如何将react应用与cognito连接。