Skip to content

Commit 1e13701

Browse files
authored
add jwt sig validation to changelog (#1927)
1 parent b9c3ea7 commit 1e13701

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

12-
- JWT key auto-refresh, can be enabled by providing `"auto_refresh": true` and `"ca_cert_name": "..."` in `set_jwt_issuer` proposal.
12+
- JWT key auto-refresh (#1908), can be enabled by providing `"auto_refresh": true` and `"ca_cert_name": "..."` in `set_jwt_issuer` proposal.
1313
- Auto-refresh is currently only supported for providers following the OpenID Connect standard where keys are published under the `/.well-known/openid-configuration` path of the issuer URL.
1414
- `ca_cert_name` refers to a certificate stored with a `set_ca_cert` proposal and is used to validate the TLS connection to the provider endpoint.
15+
- JWT signature validation (#1912), can be enabled with the `require_jwt_authentication` endpoint property.
1516

1617
### Changed
1718

1819
- Members can no longer vote multiple times on governance proposals (#1743).
19-
- `update_ca_cert` proposal has been replaced by `set_ca_cert`/`remove_ca_cert`.
20+
- `update_ca_cert` proposal has been replaced by `set_ca_cert`/`remove_ca_cert` (#1917).
2021

2122
### Deprecated
2223

0 commit comments

Comments
 (0)