Skip to content

Commit

Permalink
-02
Browse files Browse the repository at this point in the history
Signed-off-by: İlteriş Yağıztegin Eroğlu <[email protected]>
  • Loading branch information
linuxgemini committed Feb 18, 2025
1 parent 32bd24d commit 7781561
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Run apt update
run: sudo apt -yqq update
Expand All @@ -36,8 +36,8 @@ jobs:

- name: Download and extract mmark
run: |
wget https://github.com/mmarkdown/mmark/releases/download/v2.2.31/mmark_2.2.31_linux_amd64.tgz
tar --no-same-owner -xvf mmark_2.2.31_linux_amd64.tgz
wget https://github.com/mmarkdown/mmark/releases/download/v2.2.46/mmark_2.2.46_linux_amd64.tgz
tar --no-same-owner -xvf mmark_2.2.46_linux_amd64.tgz
- name: Make build folder
run: mkdir ./build
Expand Down
28 changes: 19 additions & 9 deletions main.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@ keyword = ["internet", "internet security", "otpauth", "totp", "hotp"]

[seriesInfo]
name = "RFC"
value = "draft-linuxgemini-otpauth-uri-01"
value = "draft-linuxgemini-otpauth-uri-02"
stream = "IETF"
status = "informational"

[[author]]
fullname = "Ilteris Yagiztegin Eroglu"
initials = "I. Y."
surname = "Eroglu"
fullname = "Ilteris Yagiztegin Eroglu"
organization = "independent"
[author.address]
email = "[email protected]"
uri = "https://linuxgemini.space"
[author.address.postal]
city = "Ankara"
country = "Turkey"
region = "Ankara"
country = "TR"

%%%

Expand All @@ -45,17 +46,18 @@ https://github.com/linuxgemini/otpauth-spec-draft.

# Introduction {#Introduction}

The otpauth URI is used for easy addition of accounts to TOTP (and/or HOTP)
authenticators with various options
[@Google.Authenticator.OSS.Wiki.Key.Format].
The otpauth URI is used for easy addition of accounts to
Time-Based One-Time Password (TOTP) and/or HMAC-based
One-Time Password (HOTP) authenticators with various
options [@Google.Authenticator.OSS.Wiki.Key.Format].

Although available as a provisional scheme at IANA
[@IANA.URISchemes.Prov.otpauth], there are many deviations of the
specification usage per authenticator hardware and software
[@Edent.Blog.Post].

This document aims to provide foundational boundaries for the URI format
and standardize the secret sharing of OTP tokens.
and standardize the secret sharing of One-Time Password (OTP) tokens.


## Conventions and Terminology
Expand Down Expand Up @@ -122,7 +124,8 @@ VCHAR = %x21-7E

## `TYPE` entry (REQUIRED)

The type entry MUST be one of `totp` or `hotp`, depending on the OTP type.
The type entry MUST be one of `totp` or `hotp`, depending on the One-Time
Password (OTP) type.


## `LABEL` entry (REQUIRED)
Expand Down Expand Up @@ -258,6 +261,8 @@ We would like to thank
Q Misell,
Terence Eden,
The Google Authenticator Team at Google,
Eugene Fox,
Seonghyeon Cho,
and others (please let us know, if you've been mistakenly omitted)
for their valuable input, feedback and general support of this work.

Expand All @@ -269,6 +274,11 @@ written by Terence Eden [@Edent.Mastodon.Post].

[[ To be removed from the final specification ]]

-02

* various typo corrections
* various phrasing changes

-01

* corrected Terence's name
Expand Down

0 comments on commit 7781561

Please sign in to comment.