Tag : Authentication



Laravel 11 JSON Web Token(JWT) Authentication

Laravel 11 JSON Web Token(JWT) Authentication

Hello, laravel web developers! In this article, we'll see how to authenticate using JWT in laravel 11. In laravel 11, we use JSON web token(JWT) for authentication. JSON Web Token is a proposed Internet standard for creating data with optional signature and/or optional encryption whose p...

Laravel 11 API Authentication using Laravel Passport

Laravel 11 API Authentication using Laravel Passport

Hello, laravel web developers! In this article, we'll see how to API authentication in laravel 11 using a passport. Here, we'll use laravel passport and create a login and register API in laravel 11. Laravel Passport provides a full OAuth2 server implementation for your Laravel...

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...

Recommended Post
Featured Post
How To Get Last 15 Days Records In MySQL
How To Get Last 15 Days Record...

In this tutorial, we will see how to get the last 15 days records in MySQL PHP.  In PHP, you can use INTERVAL...

Read More

Feb-09-2022

How To Setup And Configuration Angular 15
How To Setup And Configuration...

Setting up and configuring Angular 15, the latest version of the popular JavaScript framework, is a crucial step in star...

Read More

Jun-07-2023

Bootstrap Session Timeout Example In Laravel
Bootstrap Session Timeout Exam...

In this tutorial, I will show you a session timeout example in laravel. After a set amount of idle time, the bootstrap w...

Read More

Jun-05-2020

Laravel 8 User Role and Permission
Laravel 8 User Role and Permis...

In this post i will show you laravel 8 user role and permission with example, here we will see how to set user role and...

Read More

Jun-02-2021