mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 06:47:00 +10:00
52 lines
2.0 KiB
Plaintext
52 lines
2.0 KiB
Plaintext
---
|
|
title: "Setting up passkeys"
|
|
description: "Learn how to register passkeys (WebAuthn) to sign in securely using biometrics or your device PIN"
|
|
---
|
|
|
|
<Warning>
|
|
<strong>Passkeys Temporarily Disabled:</strong> Passkey registration and sign-in are currently unavailable in Reactive Resume due to an upstream issue with our authentication provider. We are closely monitoring the situation and will re-enable passkeys once it is resolved.
|
|
|
|
For more details and technical updates, see the <a href="https://github.com/better-auth/better-auth/issues/7463" target="_blank" rel="noopener">GitHub issue #7463</a>.
|
|
|
|
</Warning>
|
|
|
|
---
|
|
|
|
<Steps>
|
|
<Step title="Sign in to the dashboard">
|
|
Head over to [https://rxresu.me](https://rxresu.me) and sign in with your account credentials.
|
|
</Step>
|
|
|
|
<Step title="Navigate to Authentication settings">
|
|
Once you're in the dashboard, look for the sidebar navigation on the left. Under the <Badge>Settings</Badge> section,
|
|
click on the <Badge>Authentication</Badge> link.
|
|
</Step>
|
|
|
|
<Step title="Register a new device">
|
|
In the <Badge>Passkeys</Badge> section, click on the <Badge>Register New Device</Badge> button.
|
|
</Step>
|
|
|
|
<Step title="Name your passkey">
|
|
You'll be prompted to enter a name for the passkey. Use something descriptive so you can recognize it later (for
|
|
example, “MacBook Touch ID” or “iPhone Face ID”).
|
|
</Step>
|
|
|
|
<Step title="Complete the passkey prompt">
|
|
Your browser or device will show a passkey prompt (WebAuthn). Follow the on-screen instructions to register your passkey using your biometric (Face ID / Touch ID / fingerprint) or device PIN.
|
|
|
|
<Info>
|
|
Passkeys are tied to your device (or password manager) and are a more secure alternative to passwords.
|
|
</Info>
|
|
|
|
</Step>
|
|
|
|
<Step title="Manage passkeys (optional)">
|
|
After registering, your passkey will show up in the list. You can delete a passkey using the trash icon next to it.
|
|
|
|
<Warning>
|
|
Deleting a passkey cannot be undone. After deletion, you won't be able to sign in using that passkey anymore.
|
|
</Warning>
|
|
|
|
</Step>
|
|
</Steps>
|