Amazon Cognito

Learn how to authenticate, authorize, and manage access to users using Amazon Cognito.

Amazon Cognito is used to handle authentication, authorization, and user management for web and mobile applications. Users can log in using their username and password or through a third-party service like Facebook, Amazon, Google, or Apple.

Press + to interact

Along with this, Amazon Cognito also provides us the ability to provide temporary AWS credentials to the users. For each of these functionalities, it has a pool.

How Amazon Cognito works

In Amazon Cognito, we can create two types of pools: user and identity pools.

  • User pools: We can ...