In this article, we’ll look at how to add authentication to our Nuxt app with the Nuxt Auth module and AWS Cognito. Getting Started Initializing a New Nuxt Project Create a new Nuxt project npx create-nuxt-app <project-name> It will ask you some questions (name, Nuxt options, UI framework, TypeScript, linter, testing framework…