Password Manager Backend

This is the backend API for the password manager iOS app.

API Endpoints

Authentication

All endpoints require an Authorization header with the format:
Authorization: Bearer SHARED_SECRET:USER_ID

Setup

  1. Set up environment variables in Vercel
  2. Run npm run db:setup to initialize the database
  3. Deploy to Vercel