Security
Practical recommendations for tokens, uploads, and safe usage in production.
Token best practices
- Use short-lived or revocable tokens.
- Bind tokens to a customer/workspace when possible.
- Rotate tokens if leaked.
Upload safety
- Enforce file type allowlist (png, jpg; be careful with svg).
- Enforce max size limits.
- Consider antivirus scanning for enterprise plans.
Data handling
- Store exported
jsonto allow editing later. - Store exported
htmlfor sending emails. - If you enable image export, store
imagefor previews in your UI.