chore: add TOTP, passkey, and WebAuthn credential import documentation#2512
chore: add TOTP, passkey, and WebAuthn credential import documentation#2512
Conversation
📝 WalkthroughWalkthroughThe PR updates documentation to include guidance on importing TOTP credentials, passkey credentials, and WebAuthn credentials for user account import procedures, alongside existing password and social sign-in credential documentation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/kratos/manage-identities/25_import-user-accounts-identities.mdx`:
- Line 132: Update the overview sentence "Ory supports importing credentials for
identities including passwords, social sign-in connections, TOTP, and passkeys."
to also mention WebAuthn (e.g., add "WebAuthn" or "WebAuthn/passkeys") so the
list matches the later full WebAuthn import section; locate and edit that exact
sentence in the document to include WebAuthn in the credentials overview.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 0d4b3c32-1a44-48df-9425-b6af3644ccdc
📒 Files selected for processing (1)
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
| ## Importing credentials | ||
|
|
||
| Ory supports importing credentials for identities including passwords and social sign-in connections. | ||
| Ory supports importing credentials for identities including passwords, social sign-in connections, TOTP, and passkeys. |
There was a problem hiding this comment.
Include WebAuthn in the credentials overview sentence.
Line 132 omits WebAuthn, but a full WebAuthn import section is added later. Please include it in the overview list to avoid a misleading summary.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/kratos/manage-identities/25_import-user-accounts-identities.mdx` at line
132, Update the overview sentence "Ory supports importing credentials for
identities including passwords, social sign-in connections, TOTP, and passkeys."
to also mention WebAuthn (e.g., add "WebAuthn" or "WebAuthn/passkeys") so the
list matches the later full WebAuthn import section; locate and edit that exact
sentence in the document to include WebAuthn in the credentials overview.
Related Issue or Design Document
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.com) from the maintainers to push the changes.
Further comments
Summary by CodeRabbit
Documentation