JayHill
4 min readOct 3, 2022

How to build a NextJS app Built & Deployed Using Google SSO, & AWS Amplify

This is a customized authentication flow using, tailwinds CSS AWS amplify, Next.js and Amazon Cognito for our authentication

Amazon amplify allows for a couple different types of auth flows, you can sign up with email / text /google, as well as setup MFA .

Lastly we will then get the clients information on the server using api route

First I created the next js app running the following:

  1. npx create-next-app next-tailwind-auth