The Storage Service is a service made for storing credentials and presentations. All content is stored cryptographically protected by a crypto engine
-
Updated
Oct 12, 2025 - Go
The Storage Service is a service made for storing credentials and presentations. All content is stored cryptographically protected by a crypto engine
The pre authorization provides the new grant type for the OID4VCI flow to support issuing operations with the pre authorization flow. This bridge can be later configured in the open id configuration under the type urn:ietf:params:oauth:grant-type:pre-authorized_code which is defined in the OID4VCI Spec
The pre authorization provides the new grant type for the OID4VCI flow to support issuing operations with the pre authorization flow. This bridge can be later configured in the open id configuration under the type urn:ietf:params:oauth:grant-type:pre-authorized_code which is defined in the OID4VCI Spec
Crypto Provider service provides REST APIs for creating Verifiable Credentials (VC) and Verifiable Presentations (VP) in the W3C credential format. It also provides more generic endpoints for signing arbitrary data, for adding cryptographic proofs to existing VC/VP and for fetching public keys necessary for signature verification.
Add a description, image, and links to the vp topic page so that developers can more easily learn about it.
To associate your repository with the vp topic, visit your repo's landing page and select "manage topics."