WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit cae1f95

Browse files
committed
Update server to v0.5.0
1 parent 6e3ee14 commit cae1f95

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.5.0
4+
5+
- **[server]** Calls to `verifyPresentationResponse()` can now be stateless if the front end sends
6+
back the request nonce after verification
7+
([#18](https://github.com/MasterKale/SimpleDigiCreds/pull/18))
8+
- **[server]** `verifyPresentationResponse()` now returns claims as `verified.credential1` instead
9+
of `verified.cred1` ([#19](https://github.com/MasterKale/SimpleDigiCreds/pull/19))
10+
311
## v0.4.0
412

513
- **[server]** Presentation requests can now be generated for mdoc credentials using different

packages/server/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simpledigicreds/server",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"exports": "./src/index.ts",
55
"imports": {
66
"@hexagon/base64": "npm:@hexagon/base64@^2.0.4",

0 commit comments

Comments
 (0)