Adding Authentication with AWS Cognito
Explore how to add secure user authentication using AWS Cognito integrated with AWS Amplify. This lesson guides you step-by-step through configuring backend authentication services for a Vue.js application, including setting user sign-in options and deploying the authentication backend.
We'll cover the following...
We'll cover the following...
- Introduction to AWS Cognito
- Getting started
- Step 1: Select the AWS access keys
- Step 2: Enter credentials
- Step 3: Select region
- Step 4: Select editor
- Step 5: Select the type of the app
- Step 6: Select framework
- Step 7: Enter the source directory path
- Step 8: Enter on distribution directory path
- Step 9: Enter the build command
- Step 10: Enter the Start command
- Step 11: Modify the backend
- Step 12: Run the amplify add auth command
- Step 13: Select Default configuration
- Step 14: Log in to the application
- Step 15: Advance settings
- Step 16: Create AWS Cognito
- Conclusion
Introduction to AWS Cognito
One advantage of AWS Cloud, like other cloud services, is that we’re in charge of the billing. It’s important to understand the pricing of each AWS product we want to use since the products we use determine our bill. As such, we should be diligent about managing our AWS account to ensure that our bill remains within ...