Enable passkey authentication#146
Conversation
Turn on the passkey auth feature flag so Android 9+ devices show the passkey sign-in action on the username screen. This also enables the passkeys section in Settings for listing, adding, and revoking passkeys, while older devices keep the existing email verification flow. Co-authored-by: Codex <noreply@openai.com> Assisted-By: Codex(gpt-5)
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 25 minutes and 34 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Enable the passkey authentication feature flag so passkey support is active in the Android client. On Android 9 and newer, this exposes passkey sign-in on the username step and the passkeys management section in Settings; older devices continue using the existing email verification flow.
Why
Before and After
PASSKEY_AUTH_ENABLEDwasfalse.Commit History
Test Plan
./gradlew :app:lintDebugAssisted-By: Codex(gpt-5)