Amplify Auth lets you quickly set up secure authentication flows with a fully-managed user directory. Control what users have access to in your mobile and web apps with Amplify Auth's built-in authorization capabilities. Click options together or use guided commands to configure email and social sign-up/sign-in, forgot password, and multi-factor auth workflows.
The web-based admin UI and local CLI toolchain provide guided workflows and an intuitive use-case centric interface to add auth to your app.
Use the pre-built UI components to add sign-in and sign-up workflows to your app in a few lines of code. Integrates with React, React Native, Angular, Vue, Ionic, Next.js.
The admin UI and CLI facilitate the creation of fine-grained authorization policies that specify which authenticated app users and groups can access app data, files, and APIs.
The admin UI offers a way to manage authenticated users. Create/edit users and groups, update user properties, auto-verify signups, and more, without going through verification flows.
Authentication client libraries provide a simple API interface (Auth.signIn and Auth.signUp) to build custom login experiences for your app in a few lines of code. Amplify automatically handles refreshing login tokens and signing AWS service requests with short-term credentials.
The Amplify Framework uses Amazon Cognito as the main authentication provider. Amazon Cognito is a robust user directory service that handles user registration, authentication, account recovery & other operations. In this tutorial, you’ll learn how to add authentication to your application using Amazon Cognito and username/password login.