monorepo/file-service/src
Savanni D'Gerinel 09df915296 Validate the session token
A previous commit added authentication token checks. Auth tokens are replaced with session tokens, which can (and should) expire. This commit validates sessions, which now allows access to gated operations.
2023-10-03 17:04:35 -04:00
..
bin Add a CLI application for user management 2023-10-03 16:32:00 -04:00
middleware Swap from iron to warp and start rebuilding the app 2023-09-20 23:06:34 -04:00
store Validate the session token 2023-10-03 17:04:35 -04:00
cookies.rs Import a questionably refactored version of file-service 2023-09-19 18:55:53 -04:00
handlers.rs Validate the session token 2023-10-03 17:04:35 -04:00
html.rs Complete upload 2023-09-26 22:43:33 -04:00
lib.rs Split out a support library 2023-10-03 16:18:19 -04:00
main.rs Validate the session token 2023-10-03 17:04:35 -04:00
pages.rs Split out a support library 2023-10-03 16:18:19 -04:00