File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments