activescott / activescott/auth
Consider supporting OTP links for setting up TFA OTP Codes
- 主要語言
- TypeScript
- 星號
- 0
- 分支
- 1
- PR 合併指標
- 30 天內沒有已合併 PR
描述
> 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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
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.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- authentication
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100