Laravel Passwordless Authentication Made Easy

Описание к видео Laravel Passwordless Authentication Made Easy

In this video, we’ll walk through implementing a passwordless authentication system in Laravel without relying on third-party packages, so let’s dive in!

TIMESTAMPS
00:05 Introduction
00:35 Scaffold a Laravel application using Laravel Breeze + Blade starter kit
00:47 Configure mail settings
01:19 Generate random encryption key
01:26 Create a mailable for the login link
02:32 Add login token fields to the user table using migration
03:36 Run the migration
03:49 Update the user model to include the login token fields
04:14 Create the login controller
10:05 Define the necessary web routes
11:22 Comment out the default Laravel Breeze GET and POST login routes
11:35 Create the login form view
11:51 Test the application flow
12:47 Conclusion

LINKS
Blog Post: https://kennyalmendral.com/laravel-pa...
Source Code: https://github.com/kennyalmendral/lar...

Комментарии

Информация по комментариям в разработке