From 7d137927dc48e9d1dc7ea6a2d693ddb153185fad Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Mon, 23 Sep 2024 21:26:21 +0200 Subject: [PATCH] mark v0.4.0 as deprecated --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9df8a65..a84df72 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**THIS IS AN OLD VERSION! PLEASE USE THE LATEST VERSION IF POSSIBLE!** + This Library allows using [OpenID Connect](https://openid.net/developers/how-connect-works/) with [axum](https://github.com/tokio-rs/axum). It authenticates the user with the OpenID Conenct Issuer and provides Extractors.