A simple Express.js application with user authentication powered by Supabase.
This project is a lightweight backend built with Express.js, integrated with Supabase for user authentication and database management. It uses session-based authentication stored in cookies, providing endpoints for user sign-up, login, and logout.
- User registration and login via Supabase Auth
- Session-based authentication with cookies
- Supabase integration for auth and database
- Basic error handling and session validation