You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Steam encryption process to avoid loading large files into memory
2
2
- Enforce file size limits on uploads and quota limits based on user tier
3
3
- Redirect to R2 signed URLs for uploads and downloads instead of proxying through the worker
4
-
- Securely manage sensitive environment variables like SERVER_PEPPER and JWT_SECRET
5
4
- Show tier 0 (free) limitations in the UI - especially the retention period for 24h
6
-
- Apply linting and formatting standards across the codebase
7
-
- Develop a CI (Github and Cloudflare worker integration) pipeline for automated testing and deployment
8
-
- Put API on /api path to allow the frontend to use a wider range of paths without conflicting with API routes (e.g., /file/{file_id} for file download)
9
5
- Review the use of the public key vs user ID in the authentication and rate limiting logic to ensure consistency and security
0 commit comments