# You can now log in using passkeys

We’ve added a new option to log in to Oh Dear: passkeys!

When logging in using a passkey, you don’t have to type an email or password, and you won’t be redirect to a third party for logging in. It’s also super fast.

## How to use passkeys at Oh Dear

Here’s me logging in to Oh Dear using a passkey.

<video width="640" height="360" controls>
  <source src="https://ohdear.app/media/videos/passkey-login.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video>

Cool right?

If you want to use a passkey to login, just head over to [your profile page](https://ohdear.app/user/profile) and scroll down to the passkeys section. There you can create a new passkey.

![Oh Dear account settings Passkeys section with a new passkey name field and Create Passkey button](/media/blog/8ttfdBYlLRuNp2mawuhxCu2S0EsWIhLe9oUndlaS.png)

Please note that you need a modern browser and OS to use passkeys. For MacOS, the password app will be used to store your passkey. If you have 1Pass installed, it will offer to safe your passkey.

With the passkey stored in your password app of your choice, you can now use it. Just head over to the login page and click “Login with passkey” to login.

Easy peasy!

## Learning more

If you want to know more about passkeys, head over to the documentation of the [spatie/laravel-passkeys](https://spatie.be/docs/laravel-passkeys) package, which we are using behind to scenes.