React + AWS Cognito: Email Authentication Setup Guide (Second Part)AWS provides the npm package @aws-sdk/client-cognito-identity-provider for handling account creation, email verification, and login.The code in React includes functions for sign up, email verification, and sign in using Cognito.Cognito simplifies the process of managing user authentication and offloads the responsibility from the application.