From 991f24e31fa4eb00a23c1a7ebec00e34a8ff7cdb Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Tue, 19 Dec 2023 10:50:19 +0100 Subject: [PATCH] strip iss query parameter --- Cargo.toml | 2 +- src/middleware.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dba4b4d..d0c9d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axum-oidc" description = "A wrapper for the openidconnect crate for axum" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = [ "Paul Z " ] readme = "README.md" diff --git a/src/middleware.rs b/src/middleware.rs index c9390f2..b913af6 100644 --- a/src/middleware.rs +++ b/src/middleware.rs @@ -419,6 +419,7 @@ pub fn strip_oidc_from_path(base_url: Uri, uri: &Uri) -> Result