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
Copy file name to clipboardExpand all lines: TODO.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
- Hash authorisation codes with SHA256 to ensure read access to the database doesn't allow active download sessions to be hijacked
6
6
- Move env encryption from the service? Stash content and filenames don't need to be encrypted by it because the encryption keys for them are encrypted with the env var
7
7
- Crash signals don't seem to show up in Railway
8
+
- Use hash to store code in signup links rather than search param, that way it doesn't show up in logs
8
9
- Allow creating signup links to change stash contents/password
9
10
- Use "Cache-Control": "no-store" on sensitive endpoints?
10
11
- Disk usage keeps increasing. Maybe need to delete old job executions and logs? Implement the dump database endpoint so I can inspect
0 commit comments