What is the REST (or CLI) API for logging in to Amazon Cognito user pools

后端 未结 7 1894
离开以前
离开以前 2020-12-05 02:46

How do i make logins happen via Amazon Cognito REST APIs (for user pools) on platforms for which there is no official SDK? - Note that i am asking

7条回答
  •  感情败类
    2020-12-05 03:34

    From what you have discussed, I consider you are trying to do that from a web frontend. Cause, cognito is providing you the necessary backend support and it expects you to communicate(e.g. authenticate, sign up etc.) from a presentation layer- that's why you found SDK's for different mobile platforms. They also have SDK for web app- the access is available via their Javascript SDK.

    Here's a detailed tutorial to achieve what you have asked from a web frontend using their JS SDK- Accessing Your User Pools using the Amazon Cognito Identity SDK for JavaScript

提交回复
热议问题