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
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
The EUDI Wallet Python toolchain is a suite of Python libraries designed to
11
11
make it easy the implementation of an EUDI Wallet Relying Party according
12
-
to the [Italian Wallet implementation profile](https://italia.github.io/eudi-wallet-it-docs/versione-corrente/en/).
12
+
to the [Italian Wallet implementation profile](https://italia.github.io/eid-wallet-it-docs/versione-corrente/en/).
13
13
14
14
The toolchain contains the following components:
15
15
@@ -20,11 +20,11 @@ The toolchain contains the following components:
20
20
|__tools.qrcode__| QRCodes creation |
21
21
|__oauth2.dpop__| Tools for issuing and parsing DPoP artifacts, according to [OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-dpop)|
22
22
|__federation__| Trust evaluation mechanisms, according to [OpenID Federation 1.0](https://openid.net/specs/openid-connect-federation-1_0.html)|
23
-
|__trust__| Helper classes to handle both X.509 and OpenID Federation trust evaluation mechanisms |
23
+
|__x509__| Trust evaluation mechanism using X.509 PKI, according to [RFC5280](https://datatracker.ietf.org/doc/html/rfc5280)|
|__satosa.backend__| SATOSA Relying Party backend, according to [OpenID for Verifiable Presentations](https://openid.bitbucket.io/connect/openid-4-verifiable-presentations-1_0.html)|
25
26
|__openid4vp__| Classes and schemas related to [OpenID for Verifiable Presentations](https://openid.bitbucket.io/connect/openid-4-verifiable-presentations-1_0.html)|
26
-
|__presentation_exchange__| Resources related to [DiF Presentation Exchange](https://identity.foundation/presentation-exchange/)|
27
-
|__sd_jwt__| Issuance and verification of SD-JWT according to [Selective Disclosure for JWTs (SD-JWT)](https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/)|
27
+
|__sd_jwt__| Issuance and verification of SD-JWT(-VC) according to [Selective Disclosure for JWTs (SD-JWT)](https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/)|
0 commit comments