Description
- Support for verifying JWT Tokens which have been signed using Elliptic Curve ES256 signature algorithm
- Support for decrypting JWT tokens which have been encrypted using RSA-OAEP and A256GCM algorithms and contain the claims or inner-signed JWT tokens
- Support for JWT audience claim
- Support for JWT cookies
- JWT token groups claim has been made optional
- Support for RSA keys of 1024 bit length has been deprecated
- Convenience method has been added to org.eclipse.microprofile.jwt.JsonWebToken to allow retrieving claims using org.eclipse.microprofile.jwt.Claims enum
Conforms To UI/UX Guidelines
Not verified