JWT 2.1
Release a minor update for MicroProfile JWT Auth.
The following updates are planned for this release:
* Add 'mp.jwt.verify.token.age' property to support restricting a token age.
* Add 'mp.jwt.decrypt.key.algorithm' property to decrypt tokens encrypted with an `RSA-OAEP-256` algorithm, in addition to the default `RSA-OAEP` algorithm.