saasykits / next-lucia-auth

This is a Next.js T3 project with authentication implemented using Lucia.
https://next-lucia.vercel.app
MIT License
490 stars 60 forks source link

Passkeys Support #58

Open Fr3akyMurk opened 7 months ago

Fr3akyMurk commented 7 months ago

As security keeps expanding more and more, and improves more and more, we should take some steps to add more and more secure ways of signing in.

Therefore I recommend we look into passkeys, there is a way to implement it completely for free, but I forgot how to so some research will have to be done.

iamtouha commented 7 months ago

Absolutely, passkey authentication does sound intriguing. While I haven't had prior experience with it, we can definitely research its usage and implementation. Additionally, we'll need to ensure that we minimize vendor locking as much as possible while integrating it into the project. Thanks for bringing up these considerations!