Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 963 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 963 Bytes

VC Wallet

A wallet for handling Verifiable Credentials implemented as a browser extension.

VC wallet was initially created by the ZeroTrustVC project.

Usage

You can use the extension by loading it as a temporary add-on from the about:debugging Firefox page (about:debugging -> This Firefox -> Load Temporary Add-on and click to any file on the directory of the extension).

To request a credential, click in the "Get Credential" button and supply the issuers end-point and the wallet credentials as username:password.

Each credential will have an Aud value, representing the RP for which this credential is intended. After the credential is successfully received from the Issuer, the wallet will insert it as a bearer token in each HTTP request made to the URL that this credential has as an Aud value.

You can view and delete credentials from the credentials tab of the wallet extension pop-up.