activescott / activescott/auth

Consider supporting OTP links for setting up TFA OTP Codes

Aperta
#76 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
0
Fork
1
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

> Both iOS and macOS handle a special URL based on the industry standard otpauth specification. The Apple-specific version of this URL is identical to the standard, but uses the apple-otpauth: scheme. Embed this URL in your webpages and apps to allow your users to set up new code generators directly in the iCloud Keychain password manager with minimal effort. On the web, use an tag to create a link. – From [iCloud Keychain Verification Codes](https://developer.apple.com/documentation/AuthenticationServices/securing-logins-with-icloud-keychain-verification-codes)

I think the Google Authenticator thing supports `otpauth:` schema per https://github.com/google/google-authenticator/wiki/Key-Uri-Format

I'm not sure how much I care about this since we have passkey support but I'll leave it here in case others are interested (please comment) or I find a reason to care later.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Look at the TFA (two-factor authentication) setup flow in the codebase, likely in a module handling OTP generation. Research the otpauth URI format and how to generate QR codes or links. Check if there's existing support for passkeys to understand the authentication structure. Implement support for otpauth links, ensuring they work with both standard and Apple-specific schemes, and test the setup process.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
typescript
Ambito
authentication
Tipo di issue
Funzionalità
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Attiva
Chiarezza
Abbastanza chiara
Idoneità per principianti
55/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.