Skip to content

Commit

Permalink
Update the release notes to mention mp.jwt.decrypt.key.algorithm prop…
Browse files Browse the repository at this point in the history
…erty
  • Loading branch information
sberyozkin committed May 19, 2022
1 parent 09ba972 commit 57090fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/release-notes.asciidoc
Expand Up @@ -21,6 +21,7 @@ A full list of changes delivered in the 2.1 release can be found at link:https:/

=== Spec Changes

- `mp.jwt.decrypt.key.algorithm` property for supporting an `RSA-OAEP-256` key management algorithm has been introduced (link:https://github.com/eclipse/microprofile-jwt-auth/pull/292[292]).
- `mp.jwt.verify.token.age` property for restricting a token age has been introduced (link:https://github.com/eclipse/microprofile-jwt-auth/pull/284[284]).
- `mp.jwt.verify.clock.skew` property for configuring a leeway for the token expiry and age verification has been introduced (link:https://github.com/eclipse/microprofile-jwt-auth/pull/284[284]).
- Remaining Java EE references have been replaced with Jakarta EE references (link:https://github.com/eclipse/microprofile-jwt-auth/pull/281[281]).
Expand Down

0 comments on commit 57090fe

Please sign in to comment.