Connections
Connect your Google or Microsoft account to export run results to Google Sheets or OneDrive. Tokens live only in an encrypted HttpOnly cookie scoped to this browser — they never touch the database.
Export runs as Google Sheets in your Drive.
This deployment doesn't have Google OAuth credentials configured.
Microsoft
Upload run CSVs to OneDrive (opens natively in Excel).
This deployment doesn't have Microsoft OAuth credentials configured.
How OAuth credentials work in this deployment
Each provider needs *_OAUTH_CLIENT_ID and *_OAUTH_CLIENT_SECRET env vars in Vercel. Without them, the “Connect” button is replaced with a “Learn how to enable” button explaining what each integration would do.
Tokens are encrypted with SESSION_SECRET via JWE-A256GCM and stored in an HttpOnly + Secure + SameSite=Lax cookie. Disconnecting clears the cookie.
Full setup steps in docs/exports.md.