monorepo/file-service
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
..
fixtures Remove old test files 2023-10-03 19:48:43 -04:00
migrations Add session checks 2023-10-03 19:48:43 -04:00
src Validate the session token 2023-10-03 19:48:44 -04:00
templates Import a questionably refactored version of file-service 2023-10-03 17:59:55 -04:00
var Add some tests to verify that a file can be added to the system 2023-10-03 19:48:43 -04:00
.gitignore Start ripping out lots of infrastructure 2023-10-03 19:48:43 -04:00
.ignore Add some tests to verify that a file can be added to the system 2023-10-03 19:48:43 -04:00
Cargo.toml Validate the session token 2023-10-03 19:48:44 -04:00
authdb.json Import a questionably refactored version of file-service 2023-10-03 17:59:55 -04:00