Setup Google Auth with Amazon Cognito like a PRO!

preview_player
Показать описание
Enjoy a streamlined authentication process for users in our NextJS application with social sign-ins, as we configure the backend and frontend using Amplify libraries. Let's Coding!

00:00 Introduction
02:15 Setting up Google OAuth
07:30 Configuring AWS services
14:30 Deploying the backend
18:45 Connecting Google and AWS
19:55 Testing authentication
Рекомендации по теме
Комментарии
Автор

God bless u ty, nobody showed stuff like that. but Code with a Github Repo would be nice

Tim
Автор

Hey thanks for the video! 🙏🏿

I've had CDK to look at for AWS but after watching this and today spending some time in the documentation, I think it's definitely the way to go vs navigating AWS each time. I like the concept of it and that it's code afterwards. I've used Puppet before don't know why I didn't look into it seriously before. Kicking myself.

If you can use CDK is there any point using Amplify? (I'm guessing theres an Amplify construct anyways - Feels like. behind the scenes Amplify is an CDK App)

BTW what is the name of the clipboard history that you use at 18:26?

DaronJones
Автор

Hey guym how are you ? Which AWS service provide call forwarding solutions ? like twilio ?

ismailhunaid
Автор

I just can't configure this with NextAuth js using Nextjs 14.. 2 days in consecutive.. not even a clue I'm getting redirect mismatch 😭

nickkamimura
Автор

Thank you. I have a query here, After sign in user is created in aws cognito.
But in some cases, I do not want to create users like this. We have created users through API or manually and we just need to sing from Google and not create new users.

vivekgowda
Автор

great tutorial, but I want to perform role based authentication kind of thing with google as feaderated identity provider with cognito. I am also ok if some how I could return one extra attribute like Role (with values user / admin ) so that based on that i can render the appropriate view. Man please help me out

LetUs_Try
Автор

Nice example! Do you have any example not using nextJS or react but kotlin ?

emmanuelharel
Автор

This video helped me out tons! Thank you so much :D Even if I'm using terraform and not the cdk, chatgpt helped me translate those specifications and, with some minor tweaks, I got it all working easy enough. Thanks again!

AlvaroNicoli
Автор

good job bro, do you have a github source codes ?

thangtran
Автор

How do you make it say a custom domain name when they logging in with google rather than it saying Amazon cognito?

EDashMan