Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jahidanowar/nuxt-auth-demo
- Owner: jahidanowar
- Created: 2023-10-21T14:43:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T04:02:46.000Z (about 1 year ago)
- Last Synced: 2023-10-23T05:20:36.935Z (about 1 year ago)
- Topics: authentication, next-auth, nuxt, nuxt-auth, sidebase
- Language: Vue
- Homepage: https://www.youtube.com/watch?v=-rBBVhhH5yQ
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.