activescott / activescott/auth
Consider supporting OTP links for setting up TFA OTP Codes
- Vorherrschende Sprache
- TypeScript
- Sterne
- 0
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
> 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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- typescript
- Bereich
- authentication
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Aktiv
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 55/100