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

https://github.com/munavarhs/userauthenticationsupabase

Authentication made easy
https://github.com/munavarhs/userauthenticationsupabase

authentication node react supabase

Last synced: 3 months ago
JSON representation

Authentication made easy

Awesome Lists containing this project

README

          

# User Authentication with Supabase

## Overview
This project demonstrates a **user authentication system** built using **Supabase**. The application allows users to sign up, log in, and access protected routes. It is designed to be a simple yet secure implementation of authentication for modern web applications.

---

## Features
- **User Signup**: Register with email and password.
- **Email Verification**: Ensures valid email addresses.
- **User Login**: Authenticate users with secure token-based sessions.
- **Session Management**: Tokens are stored in session storage for secure access.
- **Protected Routes**: Only authenticated users can access certain pages.

---

## Tech Stack
- **Frontend**: React.js
- **Backend**: Supabase (serverless backend)
- **Styling**: CSS
- **State Management**: React useState
- **Routing**: React Router DOM

---

## Setup and Installation

1. **Clone the Repository**
```bash
git clone https://github.com/munavarhs/UserAuthenticationSupabase.git
cd user-auth-supabase