Skip to content

Commit

Permalink
improve texts
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 5, 2023
1 parent 9e5b076 commit d075d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ As a student, I want to authenticate using my university account (OpenID Connect

As an HR employee, I want to verify the job candidate has a degree from this university. The HR employee needs verification but does not require to see the data.

- The sample creates University diplomas as BBS+ verifiable credentials.
- The credentials will be issued using OIDC (If possible) to a candidate mobile wallet.
- The sample creates university diplomas as verifiable credentials with BBS+ signatures.
- The credentials are issued using OIDC (If possible) to a candidate mobile wallet.
- The Issuer uses a trust registry so that the verifier can validate that the VC is authentic.
- The verifier will use BBS+ selective disclosure to validate a diploma.
- The verifier uses BBS+ selective disclosure to validate a diploma. (ZKP is not possible at present)
- The university application requires an admin zone and a student zone.

## PoC
Expand Down

0 comments on commit d075d95

Please sign in to comment.