authentication

  1. phpdai

    Laracasts — Add Passkeys to a Laravel App

    Passkeys provide a simpler and more secure alternative to traditional passwords. Neat, but there's only one problem: the implementation instructions are incredibly complicated. Don't worry, I know the feeling. In this series, work along with me to bring passkeys to Laravel, and gain all the...
  2. phpdai

    CodeCourse — Passwordless Authentication with Laravel 2023

    Say goodbye to the traditional email/password flow and implement passwordless authentication with Laravel! In this course, we'll cover sending a secure link via email to allow users to sign in seamlessly. Oh, and we'll cover the entire registration process too.Use it on its own, or combine it...