Add code challenge support

This commit is contained in:
2022-04-14 18:04:01 +02:00
parent 0b64c88fc6
commit 45f125a331
9 changed files with 117 additions and 11 deletions

View File

@@ -7,4 +7,5 @@ pub mod remote_ip;
pub mod current_user;
pub mod openid_config;
pub mod jwt_signer;
pub mod id_token;
pub mod id_token;
pub mod code_challenge;