docs: fix typo

This commit is contained in:
Jens Langhammer 2020-12-28 18:15:29 +01:00
parent 540c22ce15
commit 182d714b16
1 changed files with 1 additions and 1 deletions

View File

@ -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.