Start to implement OpenID authentication

This commit is contained in:
2024-04-25 19:25:08 +02:00
parent 48f24e6ca1
commit d8946eb462
12 changed files with 427 additions and 6 deletions

@ -1,3 +1,7 @@
pub mod app_config;
pub mod constants;
pub mod controllers;
pub mod extractors;
pub mod middlewares;
pub mod utils;
pub mod virtweb_client;