Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.79 KB

File metadata and controls

46 lines (32 loc) · 1.79 KB

Human Continuity for HTTP

This is the working area for the individual Internet-Draft, "Human Continuity for HTTP".

Supporting Material

The following are informative and are not part of the protocol contract. Where they disagree with the draft's normative prose, the prose prevails.

  • docs/problem-statement.md describes the need to recognize the same person again, what a scoped verifier-local pseudonym provides, and when an unlinkable mechanism is preferable.
  • schemas/ holds JSON Schemas for the policy metadata and realm metadata documents. Every metadata example in the draft is validated against them in CI:
$ python3 -m pip install 'jsonschema[format]==4.26.0'
$ python3 scripts/validate-metadata-examples.py

Contributing

See the guidelines for contributions.

The contributing file also has tips on how to make contributions, if you don't already know how to do that.

Command Line Usage

Formatted text and HTML versions of the draft can be built using make.

$ make

Command line usage requires that you have the necessary software installed. See the instructions.