rbac using tonic

This commit is contained in:
filipriec
2025-03-25 11:33:14 +01:00
parent 507f86fcf1
commit 34dafcc23e
2 changed files with 104 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
pub mod jwt;
pub mod middleware;
pub mod rbac;
pub use jwt::*;
pub use middleware::*;
pub use rbac::*;