| src | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Auth Service
Welcome to the Auth Service! This service handles user authentication for the SWave application.
This microservice is a wrapper for supabase authentication and will return the user and session info returned by them.
Getting Started
To get started with the Auth Service, follow these steps:
- Clone the repository
- Install dependencies:
npm install - Set up your .env file with SUPABASE_URL, SUPABASE_KEY and APP_PORT
- Start the server:
node src/index.js