feat: implement authentication module with JWT support and user management
This commit is contained in:
2
apps/api/src/services/auth.rs
Normal file
2
apps/api/src/services/auth.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod authentication;
|
||||
pub mod user;
|
||||
Reference in New Issue
Block a user