# 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: 1. Clone the repository 2. Install dependencies: `npm install` 3. Set up your .env file with SUPABASE_URL, SUPABASE_KEY and APP_PORT 4. Start the server: `node src/index.js`