-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mmccool/patch-1
Update README.md
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# wot-ejs | ||
Repository to store the content on Enveloped JSON Signatures spun off from the discussion on WoT Security, e.g., https://github.com/w3c/wot-thing-description/pull/1151 | ||
# Enveloped JSON Signatures | ||
This was spun off from Web of Things where a need was identified to add internal signatures to a WoT Thing Description. | ||
Current JSON signature mechanisms, e.g. JWS, are external and "enveloping", and in addition don't support useful features | ||
like chaining, partial signing (signing only a subset of the document), or multiple signatures. The short-term goal of this | ||
repo is to define an extension that can be used in WoT TDs for signing. The long-term goal is to establish a basis for | ||
an enveloped JSON signature standard that can be used for any JSON content. |