Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Releases: trustbloc/adapter

Release v0.1.8

30 Mar 23:15
d8bd6fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

Release v0.1.7

17 Sep 08:13
97d7f6e
Compare
Choose a tag to compare
Merge pull request #542 from fqutishat/update

chore: release 0.1.7

Release v0.1.6

06 Mar 21:40
d5d1d2f
Compare
Choose a tag to compare
Merge pull request #458 from trustbloc/release

chore: release v0.1.6

Release v0.1.5

08 Dec 03:29
46296f9
Compare
Choose a tag to compare

This release adds the following features to edge adapter along with TrustBloc dependency updates.

Release v0.1.4

31 Aug 22:56
6be1d9c
Compare
Choose a tag to compare

Initial Release for the RP Adapter and the Issuer Adapter.

RP Adapter

The Relying Party (RP) Adapter enables standard OpenID Connect flows on top of DIDComm. It exposes a standard OpenID Connect provider service and transparently handles the mechanics of DIDComm on behalf of relying parties.

See the complete documentation here.

Features:

Issuer Adapter

Issuer Adapter interacts with Wallet and RP Adapter to share the user data from the Issuer through CHAPI and DIDComm protocols.

  • Sequence Diagram
  • Components
    • Wallet
      • Connects through CHAPI and DIDComm to share the Authorization credentials for the user data.
    • RP Adapter
      • Connects through DIDComm to get the actual user data from Authorization credentials shared by the wallet.
    • Issuer
      • Connects through HTTP APIs to get the User data.

See the complete documentation here.