Easily get current signed in user in requests

This commit is contained in:
2022-04-05 17:40:15 +02:00
parent 30c8470bcb
commit fc92b9452a
4 changed files with 50 additions and 13 deletions

View File

@@ -3,4 +3,5 @@ pub mod entity_manager;
pub mod service;
pub mod session_identity;
pub mod user;
pub mod remote_ip;
pub mod remote_ip;
pub mod current_user;