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

Releases: rsksmart/rif-identity-services

Self-sovereign identity MVP

15 Oct 13:21
5e46b60
Compare
Choose a tag to compare

This release includes 3 services and 2 packages:

  • Convey service - public transport layer for JWTs using IPFS
  • Data Vault service - a Data vault First approach. This service uses an IPFS node to pin files
  • Issuer service - serves for an application that allows receiving credential issuance requests and approving them manually
  • @rsksmart/express-did-auth@0.0.1
  • @rsksmart/rif-node-utils@0.0.3

v0.0.1

20 Aug 19:36
e9996dd
Compare
Choose a tag to compare

First release of RIF Identity services!

The project has different modules that run together form the RIF Identity main flow:

  1. Holder requests a credential
  2. Issuer issues that credential
  3. Holder retrieves the credential
  4. Holder stores it in the data-vault
  5. Holder presents a QR code using tiny-QR service
  6. Verifier validates presentation retrieving from tiny-QR service

This release includes first versions for:

  • Issuer credential requests service
  • Issuer back office service
  • Issuer front-end
  • Tiny-QR service
  • Data vault - a centralized IPFS pinner implementation