From 182d714b16a8eb9db7827337c0461b4b40f1e391 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 28 Dec 2020 18:15:29 +0100 Subject: [PATCH] docs: fix typo --- website/docs/releases/0.14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/releases/0.14.md b/website/docs/releases/0.14.md index 7e1fe481e..f54aa7880 100644 --- a/website/docs/releases/0.14.md +++ b/website/docs/releases/0.14.md @@ -20,7 +20,7 @@ title: Release 0.14 - The OAuth2 Provider has been updated to closer match the OpenID Connect Specifications - Response time now longer has to be configured manually. The issuer field can be configured now (the default behaviour is the same as pre-0.14) + Response type no longer has to be configured manually. The issuer field can be configured now (the default behaviour is the same as pre-0.14) Authorization Codes are now generated as a JWT Token, which is not specified as spec, but seems to be a quasi-standard.