auth: Remove unused UserStore trait and put app_tokens into User struct

This commit is contained in:
Lennart
2025-01-29 10:28:07 +01:00
parent 8fda600e7f
commit 21af6b0535
5 changed files with 23 additions and 40 deletions

View File

@@ -1,7 +1,6 @@
pub mod middleware;
pub mod static_user_store;
pub mod user;
pub mod user_store;
use crate::error::Error;
use async_trait::async_trait;