├── .bikeshed-include
├── copyright.include
├── footer.include
├── header.include
├── logo.include
├── status-CR.include
├── status-ED.include
└── status-WD.include
├── .gitattributes
├── .github
├── ISSUE_TEMPLATE
│ ├── config.yml
│ ├── editorial-change--.md
│ ├── technical-change--.md
│ ├── use-case-feature--.md
│ └── wg-administrivia--.md
├── pull_request_template.md
└── workflows
│ ├── build-validate-publish.yml
│ └── check-test-vectors.yml
├── .gitignore
├── .pr-preview.json
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE.md
├── PubStatus.md
├── README.md
├── draft-hodges-webauthn-registries.html
├── draft-hodges-webauthn-registries.txt
├── draft-hodges-webauthn-registries.xml
├── draft-jones-webauthn-cose-algorithms.html
├── draft-jones-webauthn-cose-algorithms.txt
├── draft-jones-webauthn-cose-algorithms.xml
├── draft-jones-webauthn-secp256k1.html
├── draft-jones-webauthn-secp256k1.txt
├── draft-jones-webauthn-secp256k1.xml
├── images
├── fido-attestation-structures.svg
├── fido-signature-formats-figure1.svg
├── fido-signature-formats-figure2.svg
├── string-truncation.svg
├── webauthn-authentication-flow-01.svg
└── webauthn-registration-flow-01.svg
├── index.bs
├── manifest.txt
├── meetings
├── 2016-03-04-F2F.md
└── 2016-05-13-Berlin-f2f.md
├── publish
├── WD-webauthn-20170505
│ └── index.html
└── WD-webauthn-20170810
│ └── index.html
├── test-vectors
├── README.md
├── inject-generated-content.sh
├── poetry.lock
├── pyproject.toml
├── webauthn-prf-test-vectors.py
└── webauthn-test-vectors.py
└── w3c.json
/.bikeshed-include/copyright.include:
--------------------------------------------------------------------------------
1 | Copyright © 2023 World Wide Web Consortium. W3C® liability, trademark and document use rules apply.
2 |
--------------------------------------------------------------------------------
/.bikeshed-include/footer.include:
--------------------------------------------------------------------------------
1 |
2 |
3 |