# Passkeys

{% hint style="info" %}
This feature is available in the **Essential plan and higher**.
{% endhint %}

Passkeys are a passwordless authentication method that allows you to sign in using biometrics (such as Face ID or fingerprint recognition) or a PIN on your trusted devices. Instead of typing a password, Passkeys use cryptographic keys that are securely stored on your device.

## Why use Passkeys?

Passkeys offer several benefits over traditional passwords:

* **Enhanced Security**: Passkeys cannot be stolen in phishing attacks, as they do not rely on traditional passwords.
* **Seamless Access**: Sign in quickly with Face ID, Touch ID, or a device PIN—no need to remember complex passwords.
* **Cross-Device Support**: Passkeys can sync across devices using secure cloud storage, allowing easy sign-ins on multiple platforms.

## Supported Browsers

Browser support for WebAuthn is quickly improving. To verify if your device supports Passkeys or for latest updates, visit this [link](https://webauthn.me/browser-support).

<table data-header-hidden data-full-width="false"><thead><tr><th width="111"></th><th width="94"></th><th width="80"></th><th width="146"></th><th valign="middle"></th><th width="97"></th><th></th></tr></thead><tbody><tr><td></td><td><strong>Android 7+</strong></td><td><strong>iOS 14.5+</strong></td><td><strong>Windows 10 (with Windows Hello)</strong></td><td valign="middle"><strong>macOS Catalina</strong></td><td><strong>macOS Big Sur</strong></td><td><strong>Desktop Linux</strong></td></tr><tr><td><strong>Chrome</strong></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td valign="middle"><mark style="color:orange;"><strong>Yes</strong></mark></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td>-</td></tr><tr><td><strong>Safari</strong></td><td>N/A</td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td>N/A</td><td valign="middle">No</td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td>N/A</td></tr><tr><td><strong>Firefox</strong></td><td>No</td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td valign="middle">No</td><td>No</td><td>-</td></tr><tr><td><strong>Brave</strong></td><td>No</td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td valign="middle"><mark style="color:orange;"><strong>Yes</strong></mark></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td>-</td></tr><tr><td><strong>Edge</strong></td><td>No</td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td valign="middle"><mark style="color:orange;"><strong>Yes</strong></mark></td><td><mark style="color:orange;"><strong>Yes</strong></mark></td><td>-</td></tr><tr><td><strong>Internet Explorer</strong></td><td>N/A</td><td>N/A</td><td>No</td><td valign="middle">N/A</td><td>N/A</td><td>N/A</td></tr></tbody></table>

## Registering a Passkey

You may set up Passkeys for your account in [Control Panel > Account (top right corner) > Security](https://account.goodaccess.com/security-settings/).

Click **Register Passkey**, and give it a name (e.g., Laptop).

Click **Register Passkey**, and verify your identity using biometrics or a device PIN.

Once registered, simply use your chosen biometric or device PIN whenever you log in.

## Frequently Asked Questions (FAQ)

<details>

<summary>Can I still use my password?</summary>

Yes! You can continue using your password, but we highly recommend Passkeys for a faster and more secure experience.

</details>

<details>

<summary>What happens if I lose my device?</summary>

If your device is lost, you can recover access by using another trusted device, password or your account recovery options.

</details>

<details>

<summary>Where can I use Passkeys?</summary>

Passkeys are supported on most modern devices, including smartphones, tablets, and computers running the latest operating systems. They are also compatible with most modern web browsers.

For the latest compatibility details, see [#supported-browsers](#supported-browsers "mention").

</details>

<details>

<summary>Can I use Passkeys on multiple devices?</summary>

Yes! If your devices support secure cloud synchronization, your Passkeys can be accessed across multiple trusted devices.

</details>

<details>

<summary>Are Passkeys safe from hackers?</summary>

Yes! Passkeys use strong encryption and are stored securely on your device, making them resistant to phishing and hacking attempts.

</details>

<details>

<summary>How do I remove a Passkey?</summary>

You can manage and delete your Passkeys from your [account security settings](https://account.goodaccess.com/security-settings/) at any time.

</details>

*Stay secure, stay password-free!*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.goodaccess.com/configuration-guides/features/passkeys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
