AWS Cognito + React JS Tutorial - Registering Accounts (2020) [Ep. 1]

  Рет қаралды 92,537

Evan Does Tech

Evan Does Tech

Күн бұрын

Пікірлер: 47
@albertodoe
@albertodoe 3 жыл бұрын
Man, this video is a lifesaver! I'm dealing with a Cognito integration in my project and your explanation is so helpful 😎
@dhdaikon
@dhdaikon 2 жыл бұрын
I've been wondering about this for weeks.. and it turns out to be simply explained in 10 minutes as soon as I decide to look it up. Thanks for keeping it to the point!
@yashone7
@yashone7 3 жыл бұрын
Simple and To the point. Great Demo exactly what I was looking for!
@doorey2
@doorey2 2 жыл бұрын
This tutorial is the PERFECT pace for people who are already familiar with the tech they are using. Well done!
@online.discoveries
@online.discoveries 2 жыл бұрын
By far the best tut I have come across. Thank you!
@kellyraymond8623
@kellyraymond8623 2 жыл бұрын
This series is incredibly helpful! thank you for taking the time create these.
@onimekyo7633
@onimekyo7633 Жыл бұрын
Oh man thank you so much for this tutorial
@junaiderade3975
@junaiderade3975 2 жыл бұрын
this video is so amazing and actually works!!!
@bennettbmadavana7176
@bennettbmadavana7176 2 жыл бұрын
This playlist is very helpful ❣
@inbasekar7909
@inbasekar7909 3 жыл бұрын
Perfectly explained
@rargza9169
@rargza9169 2 жыл бұрын
I fricking love you, thanks!
@skverskk
@skverskk 2 жыл бұрын
Great tutorial and veary easy to follow
@sreeananthakannan
@sreeananthakannan 2 жыл бұрын
You made easy coding, awesome.
@smileguptaaa
@smileguptaaa 3 жыл бұрын
Thank you so much! Very nice Tutorial
@mayracamacho2536
@mayracamacho2536 Жыл бұрын
I respect you, thank you, this is a very useful video
@hakwrg
@hakwrg 3 жыл бұрын
Thanks for the video, could you do this for Google or any other Social Media accounts
@catbat06
@catbat06 3 жыл бұрын
would be nice if you linked the other videos in the series. Video 2 for those who need: kzbin.info/www/bejne/r5mnY4uAi6uEi8k
@playyourway2963
@playyourway2963 Жыл бұрын
thanks simple & fast
@brentmarquez4157
@brentmarquez4157 Жыл бұрын
Thanks for the clear and short tutorial. It looks like this method is useful for making your own forms and not using the embedded or hosted UI provided by Cognito, which is useful to know. Is it complicated to add social logins using this method? Just trying to get an idea of how much lift might be involved if going this route.
@levvel6729
@levvel6729 9 ай бұрын
thanks very helpful
@alexanderrobinson4387
@alexanderrobinson4387 2 жыл бұрын
Is it dangerous to hardcode your client id and user pool id like that?
@alexbigar9769
@alexbigar9769 3 жыл бұрын
Great tutorial! Thank you! Follow you✔
@amanshad5024
@amanshad5024 2 ай бұрын
I have been trying to implement this in React + vite, which keeps on showing errors, gpt suggest their is need for configuration settings with imported package called node-polyfills, but it still don't works, HELPPP!
@brandonmchugh9821
@brandonmchugh9821 2 жыл бұрын
Holds up in 2022
@vineesh3896
@vineesh3896 2 ай бұрын
Hi.. how can I link AWS cognito with an AWS IAM user? I have set the iam user with policy to access S3. So I want to validate the user post logging in with cognito and to allow access based on the policy set for that particular IAM user
@trinhhuynh4037
@trinhhuynh4037 2 жыл бұрын
Greate demo, But I have a concern that how we connect with Cognito in react-app?
@a.chithrai1921
@a.chithrai1921 2 жыл бұрын
its great do u got any video for veryfing mobile using otp
@HaiderAli-oi5fm
@HaiderAli-oi5fm Жыл бұрын
Really helpful. But how can i change Username value to be something else other than random generated uuid at 9:42. I want to put email there instead of random uuid. I'm using federated signin in react native. Any help is really appreciated.
@aravindsanjeev4150
@aravindsanjeev4150 Жыл бұрын
If you're using federated sign in, username will be auto generated. Because of that, I dumped federated sign in all together. But there is an option for preffered_username in the attributes which you can use if you wish.
@naveedali2473
@naveedali2473 9 ай бұрын
It is way late. but Great Job
@dedn61
@dedn61 3 жыл бұрын
It's really handy! But man, How you create a base layout for form so fast?
@nikhilbansal0609
@nikhilbansal0609 Жыл бұрын
here you told that you will explain otp based Authentication in later videos. But I can't find any videos for that. Can you please help me with it?
@premasiva
@premasiva Жыл бұрын
Great tutorial! How to add users to groups?
@charlielidstone
@charlielidstone Жыл бұрын
Is the boilerplate code for each file generated automatically? What am I missing here?
@sx1918
@sx1918 3 жыл бұрын
Thanks for the video, really helpful and to the point!
@ezramollena7588
@ezramollena7588 3 жыл бұрын
is there a way to configure having a callbakcc that is dynamic?
@animanamit7543
@animanamit7543 3 жыл бұрын
What is the purpose of adding a domain? And can you explain why the client secret part was unchecked?
@odegraciajr
@odegraciajr 3 жыл бұрын
that will be used for email verification and links.
@Garejoor
@Garejoor 2 жыл бұрын
as of 2021, you might want to use amplify auth instead
@aryan7069_
@aryan7069_ 3 жыл бұрын
how can we make phone verification and OTP with cognito
@Nonamedsejennsyueehzv
@Nonamedsejennsyueehzv Жыл бұрын
Can't see any discord link in description 🧐
@shanaichika4065
@shanaichika4065 3 жыл бұрын
Is creating AWS cognito account drducts you money?
@raymondcanete5792
@raymondcanete5792 Жыл бұрын
lol this is a life saver as someone trying to build a fullstack application for the first time, I spent tons of hour figuring out how to make it works using google/chatgpt but I can't. thanks to you bro
@tanmaymuduli4828
@tanmaymuduli4828 5 ай бұрын
Hey Can i get your LinkedIn id to connected?
AWS Cognito + React JS Tutorial - Login (2020) [Ep. 2]
3:48
Evan Does Tech
Рет қаралды 38 М.
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 73 МЛН
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 12 МЛН
No, Einstein Didn’t Solve the Biggest Problem in Physics
8:04
Sabine Hossenfelder
Рет қаралды 263 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
Amazon Cognito: SAML federation, IdP-initiated Login, and SAML Encryption
15:29
Amazon Cognito Beginner Guide
24:55
Be A Better Dev
Рет қаралды 121 М.
Use JWT Authorizers with Amazon Cognito and API Gateway
13:48
Focus Otter
Рет қаралды 52 М.
Amazon Cognito Tutorial for Beginners | AWS Cognito
34:21
Coderjony
Рет қаралды 20 М.
The Best React Code I Wrote (Code Review)
24:50
Cosden Solutions
Рет қаралды 16 М.