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
Laravel 10 Custom Validation Error Message
Laravel 10 Custom Validation E...

In this article, we will see the laravel 10 custom validation error message. Here, we will learn about how to creat...

Read More

May-19-2023

Laravel 9 Pluck Method Example
Laravel 9 Pluck Method Example

In this article, we will see laravel 9 pluck method example. The pluck method retrieves all of the v...

Read More

Jul-20-2022

How To Create Zip File Using Ziparchive in Laravel
How To Create Zip File Using Z...

In this article, we will see how to create a zip file using zipArchive in laravel. Sometimes we have requirements to hav...

Read More

Sep-16-2020

Require ext-curl is missing from your system ubuntu
Require ext-curl is missing fr...

In this article, we will see require ext-curl * is missing from your system in ubuntu. When we set up the laravel 9...

Read More

Feb-16-2023