Tag : Authentication



Laravel 10 Login and Registration with Auth

Laravel 10 Login and Registration with Auth

Welcome to my guide on creating a secure and visually appealing user authentication system in Laravel 10! Laravel, one of my favorite PHP frameworks, has made this process remarkably straightforward, even for the latest version, Laravel 10.

By combining Laravel's robust authenticati...

How To Login With OTP In Laravel 10

How To Login With OTP In Laravel 10

In today's digital age, where security is paramount, user authentication has become a cornerstone concern for web application developers like myself. Laravel, a robust PHP framework that I frequently turn to, has continually evolved to meet the dynamic demands of the industry.

With...

How To Two Factor Authentication Using Email In Laravel 10

How To Two Factor Authentication Using Email In Laravel 10

In this article, we will see how to two-factor authentication using email in laravel 10. Here, we will learn about laravel 10 two-factor authentication using email. Here, we will send the OTP code to the email in laravel 10. You can two-factor verification using email in laravel 10...

How To Login With Magic Link In Laravel 9

How To Login With Magic Link In Laravel 9

In this article, we will see how to login with magic link in laravel 9. Here, we will learn passwordless login with magic link laravel 7, laravel 8 and laravel 9. It can be auto login through the link laravel 9.

In laravel 9, if you want to passwordless login and register then you...

Laravel 9 Two Factor Authentication Using Email

Laravel 9 Two Factor Authentication Using Email

In this article, we will see laravel 9 two-factor authentication using email. Here, we will send the OTP code to email in laravel 8 and laravel 9. You can two-factor verification using email in laravel 9. Also, we will use google SMTP for sending emails.

So, let's see two-...

Laravel 9 Authentication Using Inertia JS

Laravel 9 Authentication Using Inertia JS

In this article, we will see laravel 9 authentication using inertia js. Here, you can learn how to authenticate using jetstream inertia js in laravel 8/9. Laravel jetstream provides login, register, email verification, two-factor authentication, and team management features. You can aut...

Laravel 9 Socialite Login With Twitter Account

Laravel 9 Socialite Login With Twitter Account

In this article, we will see laravel 9 socialite login with twitter account. Many websites provide different types of login authentication to users like login with google, login with gmail, login with facebook, login with github, login with twitter and other social media login. Also, we...

Laravel 9 Two Factor Authentication With SMS

Laravel 9 Two Factor Authentication With SMS

In this article, we will see laravel 9 two-factor authentication with SMS. we will send an OTP SMS to the mobile number and authenticate the login user. we will use the Twilio service to send SMS to international mobile numbers. Also, we will use the Twilio SDK library to send SMS from...

Laravel 9 Socialite Login with Facebook Account

Laravel 9 Socialite Login with Facebook Account

In this article, we will see laravel 9 socialite login with a facebook account. Many websites provide different types of login authentication to users like login with facebook, login with google/email, login with Github, and login with Twitter.

So, let's see login wit...

Laravel 9 Multiple Authentication Using Middleware

Laravel 9 Multiple Authentication Using Middleware

In this article, we will see laravel 9 multiple authentications using middleware. Using middleware we authenticate the user. laravel includes a middleware that verifies the user of your application is authenticated. If the user is not authenticated, the middleware will redirect the user to y...

Recommended Post
Featured Post
How To Install php-zip Extension In Ubuntu
How To Install php-zip Extensi...

In this article, I will guide you through the process of installing the php-zip extension on Ubuntu. The php-zip extensi...

Read More

Jul-14-2023

Laravel 9 Where Condition Example
Laravel 9 Where Condition Exam...

In this article, we will see laravel 9 where condition example. Where condition is essential in each and every quer...

Read More

Oct-12-2022

Laravel 10 Apexcharts Bar Chart Example
Laravel 10 Apexcharts Bar Char...

In this article, we will see the laravel 10 apexcharts bar chart example. Here, we will learn about how to create a bar...

Read More

May-24-2023

Laravel 8 Artesaos SEOTools Tutorial
Laravel 8 Artesaos SEOTools Tu...

Hello Devs, In this tutorial we will learn how to use SEOTools in laravel 8. we will give you example of se...

Read More

Jun-07-2021