Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
[jwt-verifier] release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denysoblohin-okta committed Jan 11, 2021
1 parent a0c9023 commit 6b1c36a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/jwt-verifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2.0.0

### Features

- [#951](https://github.com/okta/okta-oidc-js/pull/951) - Adds verifyIdToken()

### Breaking Changes

- [#951](https://github.com/okta/okta-oidc-js/pull/951) - Verifier will throw error "No KID specified" if no KID is present in the JWT header

# 1.0.1

- [#935](https://github.com/okta/okta-oidc-js/pull/935) Updates jwks-rsa version for security fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt-verifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/jwt-verifier",
"version": "1.0.1",
"version": "2.0.0",
"description": "Easily validate Okta access tokens",
"repository": "https://github.com/okta/okta-oidc-js",
"homepage": "https://github.com/okta/okta-oidc-js/tree/master/packages/jwt-verifier",
Expand Down

0 comments on commit 6b1c36a

Please sign in to comment.