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.2.0
4+
5+ - ** [ server] ** Supports end-to-end OID4VP + SD-JWT-VC presentation request (unsigned) and
6+ verification (unencrypted) ([ #10 ] ( https://github.com/MasterKale/SimpleDigiCreds/pull/10 ) )
7+ - ** [ server] ** ` generateRequestOptions() ` has been renamted to ` generatePresentationOptions() ` , and
8+ ` verifyResponse() ` is now ` verifyPresentationResponse() `
9+ ([ #9 ] ( https://github.com/MasterKale/SimpleDigiCreds/pull/9 ) )
10+
311## v0.1.0
412
513- An example site can be started via ` deno task example:start ` to test out this project locally
Original file line number Diff line number Diff line change 11{
22 "name" : " @simpledigicreds/server" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .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