-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom logic for verify credentials.
Require an on-chain issue statement. The issue statement must be made within 5m of issuing the credential to prevent back dating (using a compromised key). Give `unknown_status` error if there's no on-chain statement (within 5 minutes). Give `issue_statement_elapsed` error if the statement is too late. Give `suspended` error if credential is suspended.
- Loading branch information
Showing
2 changed files
with
82 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters