Add proper Unauthorized error for user extractor

This commit is contained in:
Lennart
2024-10-09 00:07:13 +02:00
parent 66486a5e27
commit 41aa1a2105
2 changed files with 31 additions and 3 deletions

View File

@@ -28,3 +28,4 @@ tracing = { workspace = true }
pbkdf2 = { workspace = true }
rand_core = { workspace = true }
chrono-tz = { workspace = true }
derive_more = { workspace = true }