This repository contains the IETF draft on OAuth Pushed Authorization Requests.
main.md
is the source in markdown format.
To build the xml2rfc file and transform it into html and txt run
docker run -v `pwd`:/data danielfett/markdown2rfc main.md
See https://github.com/oauthstuff/markdown2rfc for instructions of how to install danielfett/markdown2rfc
.