feat: Add user resource w/database as storage

This commit is contained in:
Daniel Lundin 2025-01-08 11:58:35 +01:00
parent 3ccfb881b5
commit 32d0d2f02b
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
11 changed files with 788 additions and 33 deletions
controller/src

View file

@ -1,4 +1,5 @@
pub mod api;
pub mod context;
mod user;
mod version;