Authentication
Windback supports two authentication methods depending on your use case.JWT Bearer Token
Used by the dashboard and web app. Obtained via login or OAuth.API Keys
Each project has two API keys:
Pass the secret key via the
X-API-Key header:
When to Use Which
Security Best Practices
- Rotate keys regularly from Settings > API Keys
- Use the public key for client-facing integrations
- Configure Allowed Origins to restrict which domains can use your public key
- Enable 2FA on your account for added security