Add openid-connecter discovery route

This commit is contained in:
2022-04-08 18:53:57 +02:00
parent c7d075f94e
commit 7978706803
7 changed files with 67 additions and 4 deletions

View File

@@ -4,4 +4,5 @@ pub mod session_identity;
pub mod user;
pub mod client;
pub mod remote_ip;
pub mod current_user;
pub mod current_user;
pub mod openid_config;