This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
Releases: rsksmart/rif-identity-services
Releases · rsksmart/rif-identity-services
Self-sovereign identity MVP
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
First release of RIF Identity services!
The project has different modules that run together form the RIF Identity main flow:
- Holder requests a credential
- Issuer issues that credential
- Holder retrieves the credential
- Holder stores it in the data-vault
- Holder presents a QR code using tiny-QR service
- 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