【发布时间】:2019-10-12 19:57:09
【问题描述】:
AWS Amplify with Authenticator v/s with OAuth
我想为 React 应用实现认证机制。我正在使用 AWS Amplify 框架,它提供了 3 种使用自定义 UI 或使用身份验证器和 OAuth 组件的方法。我看到 OAuth 组件提供 Cognito 托管 UI,而 withAuthenticator 组件提供 AWS Amplify 自定义 UI。
除了用户界面,两者的优缺点是什么
【问题讨论】:
标签: amazon-web-services authentication aws-amplify