these videos give me life! I hope your channel has more videos on problems that may arise in my career!
@danielgomesgv2 жыл бұрын
You made my life so much easier with these two tutorials! I love you!
@danielgomesgv2 жыл бұрын
Just for your information, I'm subscribing right now to your channel.
@hasanyahya83843 жыл бұрын
Life saver, I can't describe how good this video is and to the point.
@yashrathod56143 жыл бұрын
These Tutorials are amazing... Please make a series on NextJS + NextAuth + AWSCognito..... Love your Content... 😍
@EvanDoesTech3 жыл бұрын
Hey Yash, thanks for the suggestion, I just uploaded a video covering this! If anyone else is interested here's the link: kzbin.info/www/bejne/i2XLdpminM6rb8U
@쫑이-h2u3 жыл бұрын
Is there a way to programmatically change the Account status to CONFIRMED?
@smileguptaaa3 жыл бұрын
Amazing Man! Keep making more videos
@junaiderade39752 жыл бұрын
another great tutorial
@charismoutafidis42092 жыл бұрын
Awesome and simple video. Thank you for your content.
@yashrathod56143 жыл бұрын
Awesome...
@Melvin420x123 жыл бұрын
Great tutorial series! Helped me a lot. Thank you
@ldandco2 жыл бұрын
Your JWTs will be insecure by default because you are calling Cognito directly from the client. They are stored in localstorage by default (not good , open to potential attacks like XXS) That includes both storing in the localstorage and in the cookies. And cognito doesn't use the HTTPonly flag yet for cookies, meaning is not safe enough yet.
@mareklewandowski77842 жыл бұрын
So basically the only way is to implement it on backend and return HTTP-only cookie there? Thanks for the heads up.
@Priva_C2 ай бұрын
Does this still apply in September 2024? How can we persist the session after new tab, page refresh, etc.. And keep our tokens secure or more secure than storing it in local storage?
@hamzahsyed31973 жыл бұрын
hey, great stuff but don't you think it would be risky to store jwt token to local storage?
@srikanthganji86622 жыл бұрын
Hey Evan I'm getting an error onFailure: NotAuthorizedException: Client 1r75u7fegfi1om477cb6hu2kko is configured for secret but secret was not received
@akhilka93403 жыл бұрын
hi @Prism Productive can please make video or any suggestion how to create login in node,js using aws cognito
@jhonatanrodriguezgarcia15272 жыл бұрын
How do we avoid the user confirmation manually to automatically ?
@Entertainment-sd5pf Жыл бұрын
Can u make a video for cognito + react js + signin with google
@pardeepkumar-se2tk3 жыл бұрын
Hello Sir, This side Pradeep Saini, actually I saw your video, this video very helpful for us, but i have a question, how we implement refresh token in react js, can you suggest how i implement this. Thanks