We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2fbc3 commit 45aac47Copy full SHA for 45aac47
CHANGELOG.md
@@ -4,12 +4,21 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [0.9.10]
8
+
9
+## Fixed
10
11
+* `private_key_jwt` and `client_secret_jwt` need to explicitly be enabled #331
12
13
14
## [0.9.9]
15
16
### Added
17
18
* Added support for back-channel logout. #302
19
* Added support for `private_key_jwt` Client Authentication method #322
20
+* Added support for `client_secret_jwt` Client Authentication method #324
21
+* Added PS512 encryption support #342
22
23
## Fixed
24
0 commit comments