Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jahidanowar/nuxt-auth-demo

Tutorial to build a robust Full Stack authentication app using Nuxt, sidebase/nuxt-atuh MongoDB, and Tailwind CSS.
https://github.com/jahidanowar/nuxt-auth-demo

authentication next-auth nuxt nuxt-auth sidebase

Last synced: about 1 month ago
JSON representation

Tutorial to build a robust Full Stack authentication app using Nuxt, sidebase/nuxt-atuh MongoDB, and Tailwind CSS.

Awesome Lists containing this project

README

        

[![Nuxt Auth: Building a full stack authentication app using mongodb, tailwindcss, JWT and bcrypt](https://i.ibb.co/HrvzQ1m/nuxt-auth-tutorial-1.jpg)](https://www.youtube.com/watch?v=-rBBVhhH5yQ)

# Full Stack Nuxt 3 Authentication App with MongoDB

In this tutorial we will be building a full stack authentication system with Nuxt 3, MongoDB, and Tailwind CSS.
We will be creating the frontend and backend from scratch.

## Prerequisites

- Starter file attached to the video description
- Basic knowledge of Vue.js and Nuxt.js
- Basic knowledge of MongoDB

## What we will be building

- An authentication system with login, register, and logout functionality
- A dashboard page that only authenticated users can access
- Authentication with JWT
- Server side validation

## The complete app

The complete app is available on the `complete-app` branch.