You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# Release Notes
2
+
The DID Auth SIOP typescript library is still in an alpha state at this point. Please note that the interfaces might still change a bit as the software still is in active development.
3
+
4
+
5
+
## v0.2.6 - 2022-02-10
6
+
7
+
- Added:
8
+
- Supplied signature support. Allowing to integrate signature callbacks, next to supplying private keys or using external custodial signing with authn/authz
2
9
3
-
## v0.2.5 - 2022-01-26
4
10
5
-
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.
11
+
## v0.2.5 - 2022-01-26
6
12
7
13
- Updated:
8
14
- Update @sphereon/pex to the latest stable version v1.0.2
@@ -11,15 +17,11 @@ This is an Alpha release of the DID Auth SIOP typescript library. Please note th
11
17
12
18
## v0.2.4 - 2022-01-13
13
19
14
-
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.
15
-
16
20
- Updated:
17
21
- Update @sphereon/pex to latest stable version v1.0.1
18
22
19
23
## v0.2.3 - 2021-12-10
20
24
21
-
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.
22
-
23
25
- Fixed:
24
26
- Check nonce and did support first before verifying JWT
25
27
@@ -29,31 +31,24 @@ This is an Alpha release of the DID Auth SIOP typescript library. Please note th
29
31
30
32
## v0.2.2 - 2021-11-29
31
33
32
-
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.
33
-
34
34
- Updated:
35
35
* Updated dependencies
36
36
37
37
## v0.2.1 - 2021-11-28
38
38
39
-
This is the fourth 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.
40
-
41
39
- Updated:
42
40
* Presentation Exchange updated to latest pe-js version 0.5.x. The eventual Presentation is not a VP yet (proof will be in next minor release)
43
41
* Update Uni Resolver client to latest version 0.3.3
44
42
45
43
## v0.2.0 - 2021-10-06
46
44
47
-
This is the third 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.
48
-
49
45
- Added:
50
46
* Presentation Exchange support [OpenID Connect for Verifiable Presentations(https://openid.net/specs/openid-connect-4-verifiable-presentations-1_0.html)
51
47
52
48
- Fixed:
53
49
* Many bug fixes (see git history)
54
50
55
51
## v0.1.1 - 2021-09-29
56
-
This is the second 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.
57
52
58
53
- Fixed:
59
54
* Packaging fix for the did-jwt fork we include for now
0 commit comments