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

Commit

Permalink
chore: Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Dec 10, 2021
1 parent 00a3fd2 commit 0d8ebf2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Release Notes
## v0.2.3 - 2021-12-10

This is an Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.

- Fixed:
- Check nonce and did support first before verifying JWT

- Updated:
* Updated PE-JS dependency that fixed a JSON-path bug impacting us


## v0.2.2 - 2021-11-29

This is an Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/did-auth-siop",
"version": "0.2.3-unstable.0",
"version": "0.2.3",
"main": "dist/main/index.js",
"types": "dist/main/index.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0d8ebf2

Please sign in to comment.