Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 558 Bytes

read36.md

File metadata and controls

12 lines (7 loc) · 558 Bytes

Cognito

The Amplify Auth category provides an interface for authenticating a user. Behind the scenes, it provides the necessary authorization to the other Amplify categories. It comes with default, built-in support for Amazon Cognito User Pool and Identity Pool. The Amplify CLI helps you to create and configure the auth category with an authentication provider.

onfigure Auth Category

Install Amplify Libraries

Initialize Amplify Auth

Sources: