Authentication

Authentication posts, videos, courses, and more

Supernova3339 · 1 year ago

How to add two factor authentication to your laravel application

Two factor authentication is a security measure that adds an extra layer of protection to a user's account or system by requiring two forms of identification. Instead of relying solely on a...
5

TechvBlogs · 1 year ago

SPA Authentication using Laravel 9 Sanctum, Vue 3 and Vite

Laravel Sanctum provides a lightweight authentication system relying on Laravel's built-in cookie-based session authentication services. How Laravel Sanctum works Before we start blindly mas...
4

TechvBlogs · 2 years ago

Laravel 9 Authentication Tutorial

What is Laravel? Laravel is an open-source PHP web application framework with expressive, elegant syntax. It is an MVC framework for building simple to complex web applications using the PHP...
3

Savio Martin · 2 years ago

Setup Email Authentication with Reset option in React App 🚀

Hello Folks 👋 This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend tec...
7

Savio Martin · 2 years ago

Setup Google, Github and Facebook Authentication in your React App 🚀

Hello Folks 👋 This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend tec...
7

Tony Lea · 3 years ago

Laravel Authentication vs Authorization

Laravel provides some really great features out of the box. Authentication and Authorization are just a few of them. If you are fairly new to application development and/or Laravel, these tw...
5

Wael Manai · 5 years ago

Firebase Authentication in Angular

Firebase provides a very simple way to setup authentication in your apps. Here we’ll explore how to setup a simple email/password signup and authentication workflow for Angular 2+ apps using...

Tony Lea · 8 years ago

Laravel 5.2 Authentication

Learn how to build full authentication in your Laravel 5.2 application. A few things have changed from Laravel 5.1 to 5.2 so we wanted to create a new video showing you how to set everything...

Tony Lea · 9 years ago

Simple Laravel 5 Authentication

Laravel 5 makes it super easy to get up and running with a full authentication system so that way you can spend time on building the core of your application instead of having to worry about...

Loading More Content