Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 580 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 580 Bytes

Usage specification of the otpauth URI format for TOTP and HOTP token generators

This document defines a set specification for otpauth URI format, used by various TOTP and HOTP token generators.

Written in markdown for the mmark processor.

Compiling

using Docker

From the root of this repository, run

docker run -v `pwd`:/data danielfett/markdown2rfc main.md

(see https://github.com/oauthstuff/markdown2rfc)

without Docker

compile using mmark and xml2rfc: mmark main.md > draft.xml; xml2rfc --html draft.xml