Angular Authentication with AWS Cognito | Angular Authentication | AWS Cognito | Stack MJ

preview_player
Показать описание
In this video, we will explore how to implement secure user authentication in an Angular application using AWS Cognito. AWS Cognito is a powerful user management and authentication service that can help you build secure and scalable web applications.

We'll start by discussing the basics of user authentication and authorization. Next, we'll introduce AWS Cognito and its features, such as user pools, identity pools, and authentication flows.

Then, we'll dive into the implementation process, where we'll learn how to integrate AWS Cognito with an Angular application. We'll start by setting up an AWS Cognito user pool.

After that, we'll use the AWS Amplify library to connect our Angular app with the AWS Cognito user pool. We'll learn how to implement sign-up, sign-in, and sign-out functionality.

By the end of this video, you'll have a solid understanding of how to implement secure user authentication in an Angular application using AWS Cognito. This video is perfect for Angular developers who want to add secure user authentication to their web applications.

So, join us and learn how to implement Angular Authentication with AWS Cognito today!

#angular #cognito #angularauthentication #angularwithaws #aws #awscognito #angulartutorial

00:00 Introduction
00:31 What is AWS Cognito?
02:28 How to setup AWS Cognito User Pool?
05:06 AWS Cognito Uses disscussion
06:19 Install AWS-Amplify
07:52 AWS Cognito Implementation for Sign up, Sign in, Profile and Sign out.
Рекомендации по теме
Комментарии
Автор

I have problems with Auth Modules from aws-amplify, it says "Module '" aws-amplify"' has no exported member 'Auth' ", what Can I do?

SantiagoBetancurDuque
Автор

which version of aws-amplify, you are using?

himanshusrivastava
Автор

Thank you for this video. Very helpful introduction of Cognito with Angular. However, I see that you are storing User Pool ID and User Pool Client ID directly in Angular code. Obviously it is not a secure option. Apart from writing this logic to interact with Cognito in server side code, is there a possibility of any other option? Thanks.

sumitkumar
Автор

what made you go with promises instead of observables, does amplify force you to return promises

KhalilJolibois
Автор

Thank you, but now iam getting some error with Auth, Error is saying Auth is not exported from aws-amplify ., can you give your github link, atleast package.josn file please

viswanathmgowda
Автор

Can i ge a git link for the code please

varunmalik