Skip to content

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

Notifications You must be signed in to change notification settings

linuxgemini/otpauth-spec-draft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 18, 2025
7781561 · Feb 18, 2025

History

17 Commits
Feb 18, 2025
Nov 9, 2023
Nov 9, 2023
Nov 9, 2023
Feb 18, 2025

Repository files navigation

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