idtoken-verifier
Advanced tools
Changelog
Changelog
v2.0.0 (2019-12-06)
This new major version introduces more validation checks on ID tokens for OIDC conformance and as such could introduce a breaking change if you are already validating tokens that are not OIDC conformant.
In addition, methods that were marked as deprecated in v1.5.0 have now been removed. From here, always use the verify
method to validate ID tokens.
Changed
Removed
Security
Changelog
v1.5.0 (2019-12-05)
Added