Go to file
2024-09-22 06:42:42 +02:00
src Initial commit 2024-09-22 06:42:42 +02:00
.gitignore Initial commit 2024-09-22 06:42:42 +02:00
LICENSE Initial commit 2024-09-22 06:42:42 +02:00
package-lock.json Initial commit 2024-09-22 06:42:42 +02:00
package.json Initial commit 2024-09-22 06:42:42 +02:00
README.md Initial commit 2024-09-22 06:42:42 +02:00

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