doma-engineering / do-auth

Fast, lean and reliable authentication server based on verifiable credentials standard
6 stars 2 forks source link

Usability: Some protocols want to verify outdated (archive) credentials. We should add non-default capability to do so. #27

Open cognivore opened 1 year ago

cognivore commented 1 year ago

Why?

To attest to a fact that someone has studied in the school in the past, the following VC protocol is feasible:

  1. Look up school's historic keys;
  2. Verify any VC issued by the school to the student, even if it is expired.

How?