Both drafts now live in workspace/drafts/ as siblings:
drafts/
├── act/ (ACT -01, native to parent repo)
│ ├── draft-nennemann-act-01.md kramdown-rfc source
│ ├── draft-nennemann-act-01.{xml,txt,html,pdf}
│ ├── .refcache/ bibxml cache
│ └── build.sh
├── ietf-wimse-ect/ (ECT -02, submodule, PDF added)
│ └── ...
└── README-pdf.md PDF toolchain docs
ACT kramdown-rfc conversion:
- full YAML frontmatter (title, author, refs)
- section structure matches kramdown-rfc conventions
- {{REF}} citation syntax, auto-numbered sections
- references auto-built from normative/informative blocks
- removed manual TOC (kramdown-rfc generates)
- builds cleanly: 133K XML, 89K TXT, 208K HTML, 167K PDF
PDF toolchain:
- xml2rfc --pdf via weasyprint<60 + pydyf<0.10 injected into xml2rfc pipx venv
- both build.sh scripts now produce PDF as Step 4
- README-pdf.md documents the setup for new machines
Submodule: bump ietf-wimse-ect pointer for build.sh PDF step
15 lines
965 B
XML
15 lines
965 B
XML
<reference anchor="RFC7009" target="https://www.rfc-editor.org/info/rfc7009">
|
|
<front>
|
|
<title>OAuth 2.0 Token Revocation</title>
|
|
<author fullname="T. Lodderstedt" initials="T." role="editor" surname="Lodderstedt"/>
|
|
<author fullname="S. Dronia" initials="S." surname="Dronia"/>
|
|
<author fullname="M. Scurtescu" initials="M." surname="Scurtescu"/>
|
|
<date month="August" year="2013"/>
|
|
<abstract>
|
|
<t>This document proposes an additional endpoint for OAuth authorization servers, which allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed. This allows the authorization server to clean up security credentials. A revocation request will invalidate the actual token and, if applicable, other tokens based on the same authorization grant.</t>
|
|
</abstract>
|
|
</front>
|
|
<seriesInfo name="RFC" value="7009"/>
|
|
<seriesInfo name="DOI" value="10.17487/RFC7009"/>
|
|
</reference>
|