extractors for jwt and user id

This commit is contained in:
2024-12-10 14:48:03 -08:00
parent ef722fe0d8
commit 0ecd7c8a4c
11 changed files with 168 additions and 25 deletions

2
src/extractors/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod users;
pub mod jwt;