JWT Authentication and token generation

This commit is contained in:
Ara Sadoyan
2025-04-17 15:15:34 +02:00
parent 497f07ccce
commit 34d86c374a
11 changed files with 284 additions and 45 deletions

View File

@@ -3,5 +3,6 @@ pub mod consul;
pub mod discovery;
mod filewatch;
pub mod healthcheck;
pub mod jwt;
pub mod parceyaml;
pub mod tools;