This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Version 2.3.0
New Features
- Add support for unwrapping JSON Web Key Set in the
jwtsub-package. This means the key passed toClaimsorDecryptcan now be a set of keys (of type*jose.JSONWebKeySet), and the key will be selected automatically based on the key id in the header of the token.
Bug Fixes
- Improves handling of
exp,iatandnbfclaims. This means proper handling for zero dates (#214), don't error if optionalexpandnbfclaims are missing from the token (#220), and perform an extra check oniatif it is present (#217). Note that expiration in tokens is optional per standard, if you want to require expiration or other claims to be absolutely present in a token be sure to check the claim is present.
Note this release also drops support for Go 1.5 and Go 1.6, we now require Go 1.7 or later.