google / google-authenticator

Open source version of Google Authenticator (except the Android app)
Apache License 2.0
5.17k stars 966 forks source link

Consider IANA registration of URI Scheme for otpauth? #699

Closed fred-wang closed 4 years ago

fred-wang commented 4 years ago

cc @ThomasHabets @JakeChampion @TheHllm

Some people have been requesting to add otpauth to https://html.spec.whatwg.org/multipage/system-state.html#safelisted-scheme see https://github.com/whatwg/html/issues/2204

One suggestion by the WHATWG is to ensure schemes are registered as provisional schemes at https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml so I drafted a request to be sent to IANA:

https://raw.githubusercontent.com/fred-wang/iana-uri-schemes-provisional-registration-requests/master/otpauth.txt

Please take a look and tell me if that looks ok to you. In particular I added Thomas Habets as a second "Change controller" (Organization or person including contact information, authorized to change this) so that you can update the info later.

ThomasHabets commented 4 years ago

I'm not fluent in spec WG processes, but FWIW looks good to me.

fred-wang commented 4 years ago

Thanks for the feedback. I also merged https://github.com/fred-wang/iana-uri-schemes-provisional-registration-requests/pull/1 by @TheHllm

fred-wang commented 4 years ago

otpauth has been registered: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml Thanks again for the help.