Userinfo endpoint is working

This commit is contained in:
2022-04-15 17:04:23 +02:00
parent b867016a71
commit 819210ae86
4 changed files with 88 additions and 8 deletions

View File

@ -8,4 +8,5 @@ pub mod current_user;
pub mod openid_config;
pub mod jwt_signer;
pub mod id_token;
pub mod code_challenge;
pub mod code_challenge;
pub mod open_id_user_info;