diff --git a/CHANGELOG.md b/CHANGELOG.md index c04aa6438..989b737d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ tech changes will usually be stripped from release notes for the public - Notes: - Campaigns tab (see more general note changes below) - Create can be confirmed with the enter key +- Added OIDC Authentication to Client and Server, based on original changes from JatinVasman PR + - This uses Authorization Code Flow with optional PKCE ### Changed diff --git a/client/index.html b/client/index.html index be75bd25f..9e6e23474 100644 --- a/client/index.html +++ b/client/index.html @@ -6,6 +6,7 @@ +