No video

How to use AWS Amplify to Build an Authentication / Login System in a React App Step by Step

  Рет қаралды 22,076

Felix Yu

Felix Yu

Күн бұрын

Пікірлер: 41
@khandoor7228
@khandoor7228 2 жыл бұрын
Felix great to see you using React. Please do more with Amplify / AWS and React together. This is my stack and i always learn a lot from you. This is a great full stack would love to see a larger project. I know you like to limit the length of your tutorials but i think this would be worth it!!
@FelixYu
@FelixYu 2 жыл бұрын
thanks for the suggestion mate!!
@user-hq5zj5xh1l
@user-hq5zj5xh1l Жыл бұрын
great tutorial mate. Had to chnage the following statement> import { Auth, API, Storage, Amplify } from 'aws-amplify';
@ypapadaki
@ypapadaki 5 ай бұрын
Nice video. One fix. Amplify as a default export is deprecated. You now have to import it as a named export import { Amplify } from 'aws-amplify'
@ebenezerayola3211
@ebenezerayola3211 2 жыл бұрын
Can you make a video of social sign in
@tranquillityEnthusiast
@tranquillityEnthusiast 2 жыл бұрын
Please do a video on the how we can create CICD for dockerozed nodejs app with codedeploy in aws ec2
@FelixYu
@FelixYu 2 жыл бұрын
i can look into that 👍
@damienl6411
@damienl6411 Жыл бұрын
Thanks for this. I would like to know how to test an app like this locally. And also how to version control it. Which files should we push to git and which should we not perhaps in a different video. This one was amazing btw. thanks
@GauravYadav-rv7wx
@GauravYadav-rv7wx 2 жыл бұрын
Nice Video !!!!!!!!!. Can you tell us also, if there are multiple routes that need the user to be logged in, how can it be achieved?
@galleon8129
@galleon8129 11 ай бұрын
I love this, but I think there’s a big piece of information missing in 2:49, I’m new to Amplify so I don’t know if you downloaded an Amplify CLI not, if you used Linux terminal how did you SSH into Amplify?
@subtlecode418
@subtlecode418 Жыл бұрын
Thank you for the great and quality content on this. This was a big challenge for days.
@FelixYu
@FelixYu Жыл бұрын
Glad that u found it helpful!!
@masterwayne9790
@masterwayne9790 7 ай бұрын
Both aws packages are outdated it seems Showing blank page only Share your code in public repo for reference
@NotAnAIpromise
@NotAnAIpromise Жыл бұрын
Can you customize the login screen?
@talha.naseer
@talha.naseer 5 ай бұрын
Hey when i do this, i get this error. I think it is because of this line: import Amplify from 'aws-amplify'; in index.js Compiled with problems: × ERROR in ./src/index.js 12:0-17 export 'default' (imported as 'Amplify') was not found in 'aws-amplify' (possible exports: Amplify)
@josefvassell3605
@josefvassell3605 9 ай бұрын
Thank you for the content. I have a question did you have AWS amplify setup before you started to develop a login page.
@AryanChaurasia10
@AryanChaurasia10 2 жыл бұрын
Wow thanks! Great tutorial
@FelixYu
@FelixYu 2 жыл бұрын
Glad that it’s helpful 👍
@MatthewBakerghj
@MatthewBakerghj 2 жыл бұрын
Nice tutorial! Very useful!
@FelixYu
@FelixYu 2 жыл бұрын
Glad that u found it helpful 👍
@ousseynoungom9937
@ousseynoungom9937 9 ай бұрын
nice video guy
@avallejoy
@avallejoy Жыл бұрын
great tutorial bro!
@FelixYu
@FelixYu Жыл бұрын
Thanks mate!!
@avallejoy
@avallejoy Жыл бұрын
@@FelixYu great stuff bro but I was have having trouble with the Rewrites and Redirects. I get access denied when I refresh the page. I'll buy you some coffee if you can help me figure this out :D
@alejandroaguilar9581
@alejandroaguilar9581 Жыл бұрын
Felix, where i can find the created users from the app???
@Alisa-ym7rr
@Alisa-ym7rr 2 жыл бұрын
Hi Felix, thanks for your video! Do you have anywhere saved the detailed code? I imitate your code but always have some issues, I am not sure if it's config issues and want to check yours. Thank you.
@depends6688
@depends6688 Жыл бұрын
thanks mate.
@FelixYu
@FelixYu Жыл бұрын
glad that u found it helpful!!
@LeonardoArangoCifuentes
@LeonardoArangoCifuentes 2 жыл бұрын
hello, what is the best way, if another member of the front, should use this back to customize the styles of the front ?
@FelixYu
@FelixYu 2 жыл бұрын
u can style ur style in the in the index.css file. something like this: :root { --amplify-primary-color: green --amplify-primary-color: blue }
@lute248
@lute248 2 жыл бұрын
my AWS student academy account has limitation that doesn't give me authorization to create new IAM user? as a result i'm not able to deploy my app through amplify. Is there a workaround way to deploy my authentication/login react app given this limitation?
@lute248
@lute248 2 жыл бұрын
anyone? i'm really stuck with aws cognito
@walterdiurno8951
@walterdiurno8951 2 жыл бұрын
What about if I don't want a "create account", what option should I use in Autenticator ?
@FelixYu
@FelixYu 2 жыл бұрын
u will need to create an account first before u can login right?? what exactly are u tryna do??
@walterdiurno8951
@walterdiurno8951 2 жыл бұрын
@@FelixYu A system where I can create users from cognito backend, not open to everyone that can create an account
@grantwittenberg9270
@grantwittenberg9270 2 жыл бұрын
@@walterdiurno8951 Ahh I am here with the same question Walter +1
@ernestocamurca
@ernestocamurca 2 жыл бұрын
You can disable the Create Account feature for the login. In the AWS management console, go to Cognito, select your your user pool, then, under 'General Settings' / 'Policies' select option 'Only allow administrators to create users' (this deselects option 'Allow users to sign themselves up').
@menox10
@menox10 Жыл бұрын
There is an option to hide the sign up function. You can find it here in the Authenticator component documentation
@abirbhavdutta5687
@abirbhavdutta5687 Жыл бұрын
How did you get the .aws folder in your computer?
@FelixYu
@FelixYu Жыл бұрын
When u set up ur aws cli with the aws configure command, it generates that directory for u with credentials inside
@abirbhavdutta5687
@abirbhavdutta5687 Жыл бұрын
@@FelixYu Thanks
AWS Amplify in Plain English | Getting Started Tutorial for Beginners
16:54
Tiny Technical Tutorials
Рет қаралды 50 М.
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 34 МЛН
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 52 МЛН
SPONGEBOB POWER-UPS IN BRAWL STARS!!!
08:35
Brawl Stars
Рет қаралды 24 МЛН
AWS Amplify Fullstack Project Setup (React, Node, Lambda, REST API)
35:59
Adding Cognito Signup and Login to your React App with AWS Amplify
16:45
Complete Coding - Master AWS Serverless
Рет қаралды 122 М.
Working with Data in DynamoDB from React with AWS Amplify - Full tutorial
43:10
Complete Coding - Master AWS Serverless
Рет қаралды 63 М.
What is AWS Amplify? Pros and Cons?
8:04
Be A Better Dev
Рет қаралды 92 М.
AWS Amplify Authentication in React Native (Full tutorial)
48:39
notJust․dev
Рет қаралды 68 М.
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 34 МЛН