From f0b1ba7afc83792519fbb02d7455b9f476fe3ef6 Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Sun, 28 Apr 2024 10:54:10 +0200 Subject: [PATCH] add v0.3 deprecation notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11a3fe7..a33ad4b 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.