Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muzafarovmirfayz/auth-tutorial
https://github.com/muzafarovmirfayz/auth-tutorial
bcrypt crypto node node-js nodemcu reactjs redis redis-client vite
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muzafarovmirfayz/auth-tutorial
- Owner: MuzafarovMirfayz
- License: mit
- Created: 2024-08-29T19:43:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:45:45.000Z (4 months ago)
- Last Synced: 2024-10-11T05:41:09.058Z (2 months ago)
- Topics: bcrypt, crypto, node, node-js, nodemcu, reactjs, redis, redis-client, vite
- Language: JavaScript
- Homepage:
- Size: 591 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Advanced Auth Tutorial 🔒
About This Course:
- 🔧 Backend Setup
- 🗄️ Database Setup
- 🔐 Signup Endpoint
- 📧 Sending Verify Account Email
- 🔍 Verify Email Endpoint
- 📄 Building a Welcome Email Template
- 🚪 Logout Endpoint
- 🔑 Login Endpoint
- 🔄 Forgot Password Endpoint
- 🔁 Reset Password Endpoint
- ✔️ Check Auth Endpoint
- 🌐 Frontend Setup
- 📋 Signup Page UI
- 🔓 Login Page UI
- ✅ Email Verification Page UI
- 📤 Implementing Signup
- 📧 Implementing Email Verification
- 🔒 Protecting Our Routes
- 🔑 Implementing Login
- 🏠 Dashboard Page
- 🔄 Implementing Forgot Password
- 🚀 Super Detailed Deployment
- ✅ This is a lot of work. Support my work by subscribing to the [Channel](https://www.youtube.com/@asaprogrammer_)### Run this app locally
```shell
npm run build
```### Start the app
```shell
npm run start
```### I'll see you in the next one! 🚀