From 9875456c76eb034079210f79937a10c6b97aa4fd Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Mon, 9 Sep 2024 12:11:50 +0200 Subject: [PATCH] fix missing entry about userinfo response as JWT in the ChangeLog Signed-off-by: Hans Zandbelt --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1daa727..2924d70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ - don't return a zero-pixel image in logout for Firefox 128 and later see #521 +03/11/2024 +- handle the userinfo response as JWT; closes ##345; thanks @NatePlumm + 03/10/2023 - when looking for a bearer token an exception occured if the Authorization header didn't contain any space character;