API Auth Endpoints

Source: backend/app/routers/auth.py

GET /api/auth/me

Returns the authenticated user profile based on bearer token context.

POST /api/auth/register

Creates a user account and queues post-registration processing tasks.

POST /api/auth/token

Exchanges username and password for an access token.