v3.1.0
Release notes:
-
Support for
typ
andkid
headers: This release introduces added support for thetyp
andkid
headers, enriching the functionality of the package. Users can now include these headers while working with the package, enabling enhanced customization and identification within JWT operations. -
VerifierFactory Implementation: We've implemented the VerifierFactory, a versatile feature allowing seamless identification of verifiers based on the
kid
header. With this addition, users can easily select and employ the appropriate verifier for JWTs by specifying thekid
header, streamlining the verification process.