forked from ontio/OEPs
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e83429
commit 12e4da0
Showing
1 changed file
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
OEP: <to be assigned> | ||
Title: Verification of ONT ID ownership in web environment | ||
Author: Matus Zamborsky <[email protected]> | ||
Type: Informational | ||
Type: Standard | ||
Status: Draft | ||
Created: 2018-04-23 | ||
</pre> | ||
|
@@ -114,3 +114,10 @@ If the Public key is not present or no DDO is returned, then the identity is not | |
or more specifically | ||
'''''User story:''' As a Trust Anchor who would like to issue a verificable claim, I need to check if the Requester is really who he claims to be.'' | ||
==Test Cases== | ||
backslash47/ontology-ts-sdk - https://github.com/backslash47/ontology-ts-sdk/blob/oep-verify-impl/test/webRequest.test.ts | ||
==Implementation== | ||
backslash47/ontology-ts-sdk - https://github.com/backslash47/ontology-ts-sdk/blob/oep-verify-impl/src/web/webRequest.ts |