nerocrux / core-protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grant Negotiation and Authorization Protocol

Latest Draft

This repository contains the core protocol specification of the Grant Negotiation and Authorization Protocol (GNAP) working group of the Internet Engineering Task Force (IETF). All contributions are subject to the IETF Note Well.

This document is published at https://datatracker.ietf.org/doc/draft-ietf-gnap-core-protocol/.

Discussion takes place on the IETF GNAP mailing list (txauth).

Building Instructions

This document is written using the kramdown-rfc2629 variant of Markdown. To build using the included Docker image, run the command:

docker-compose up

If successful, this will create both xml and html versions of the document.

To run without Docker, install the kramdown-rfc2629 and xml2rfc tools locally and run them directly using the simple build.sh script provided.

About


Languages

Language:Shell 52.0%Language:Dockerfile 48.0%