Missed You API

Welcome to the Missed You API. This API provides endpoints for authentication and user management.

Available Endpoints:

POST /auth/signup - Register a new user
POST /auth/login - Log in an existing user
POST /auth/logout - Log out the current user (requires authentication)
GET /auth/me - Get the current user's profile (requires authentication)
POST /auth/refresh - Refresh an access token using a refresh token
POST /auth/oauth/{provider} - Initiate OAuth authentication (supported providers: google, facebook, apple)
GET /health - Check API health status
API Documentation