Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/impierce/openid4vc
Rust implementation of the OpenID4VC standards. The library will offer implementations for SIOPv2, OpenID4VP and OpenID4VCI.
https://github.com/impierce/openid4vc
openid openid4vc openid4vci openid4vp siopv2
Last synced: 3 days ago
JSON representation
Rust implementation of the OpenID4VC standards. The library will offer implementations for SIOPv2, OpenID4VP and OpenID4VCI.
- Host: GitHub
- URL: https://github.com/impierce/openid4vc
- Owner: impierce
- License: apache-2.0
- Created: 2023-03-21T08:24:32.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-05-29T11:28:22.000Z (6 months ago)
- Last Synced: 2024-05-29T21:12:06.969Z (6 months ago)
- Topics: openid, openid4vc, openid4vci, openid4vp, siopv2
- Language: Rust
- Homepage: https://www.impierce.com
- Size: 340 KB
- Stars: 21
- Watchers: 0
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust library for OpenID for Verifiable Credentials
This is a library for the OpenID for Verifiable Credentials (OpenID4VC) specifications family developed by the [OpenID
Digital Credentials Protocols
Working Group](https://openid.net/wg/digital-credentials-protocols/).The Digital Credentials Protocols (DCP) Working Group focuses on creating OpenID specifications for a model where
issuers provide digital credentials to holders, allowing holders to present them to verifiers. These digital
credentials contain cryptographically signed statements about the holder, and verifiers can check their authenticity.
The primary goals include enhancing user control and privacy over identity information, making identity verification
more efficient and secure, and establishing a universal approach for identification, authentication, and authorization
in both digital and physical spaces.An overview of all the specifications developed by the OpenID Digital Credentials Protocols Working Group can be found [here](https://openid.net/wg/digital-credentials-protocols/specifications/).
This workspace includes Rust implementations for the following DCP specifications:
| Specification | Description | Version
| -------------------| ------------------------------------------ | -------
| [OID4VCI](oid4vci) | OpenID for Verifiable Credential Issuance | [Working Group Draft 13 published: 8 February 2024](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-13.html)
| [OID4VP](oid4vp) | OpenID for Verifiable Presentations | [Working Group Draft 20 published: 29 November 2023](https://openid.net/specs/openid-4-verifiable-presentations-1_0-20.html)
| [SIOPv2](siopv2) | Self-Issued OpenID Provider v2 | [Working Group Draft 13 published: 28 November 2023](https://openid.net/specs/openid-connect-self-issued-v2-1_0-13.html)### DIF Presentation Exchange
On top of that, this workspace also includes a library for the DIF Presentation Exchange
2.0.0:
| Specification | Description | Version
| -------------------| ------------------------------------------ | -------
| [DIF Presentation Exchange](dif-presentation-exchange) | DIF Presentation Exchange 2.0.0 | [Version 2.0.0](https://identity.foundation/presentation-exchange/spec/v2.0.0/)### OID4VC Manager
For an easy-to-use library that combines all the above specifications, please check out:
* [OID4VC-Manager](oid4vc-manager)