Has anyone tried to implement passkey authentication in Laravel? What package/service did you use?
Back
•
Not yet, but will comment here so that I can see any updated on this post, since I have plans to do it as well. Passwords are obsolete, imho
Laracasts posted a series on it not long ago. It should give you a good look at how to implement it!
•
Found this one, as an example: laracasts.com/series/add-passkeys-to-a-laravel-app
•