summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-01-20 20:32:02 +0100
committerTom Smeding <tom@tomsmeding.com>2025-01-20 20:32:02 +0100
commit6dfa979b23c486005ef1185f0f0ca411fd235fd5 (patch)
tree12188306e0aa51a262499dfb79c09511afd61eac /server
parentc1488d6c5871044c8a4c68dd8868f143f5db13e2 (diff)
server: Add TODO
Diffstat (limited to 'server')
-rw-r--r--server/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/main.rs b/server/src/main.rs
index 547086b..3a1fd52 100644
--- a/server/src/main.rs
+++ b/server/src/main.rs
@@ -1,3 +1,6 @@
+// TODO:
+// - Have a task that cleans up expired logins once in a while (once every day?)
+
use tokio;
use tokio::sync::Mutex;
use std::{