monorepo/file-service/src
Savanni D'Gerinel b3bfa84691 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 19:48:44 -04:00
..
bin Add a CLI application for user management 2023-10-03 19:48:44 -04:00
store Validate the session token 2023-10-03 19:48:44 -04:00
cookies.rs Import a questionably refactored version of file-service 2023-10-03 17:59:55 -04:00
handlers.rs Validate the session token 2023-10-03 19:48:44 -04:00
html.rs Complete upload 2023-10-03 19:48:43 -04:00
lib.rs Split out a support library 2023-10-03 19:48:44 -04:00
main.rs Validate the session token 2023-10-03 19:48:44 -04:00
pages.rs Split out a support library 2023-10-03 19:48:44 -04:00