Joseph Chimeziejc-coder.hashnode.dev·Sep 27, 2024Building a Laravel-React Todo App: A Comprehensive Beginner's GuideCreating a full-stack application can seem daunting, especially for beginners. However, with the right guidance, it's entirely achievable. In this blog post, we'll walk you through building a Todo App using Laravel for the backend and React for the f...Laravel
Asfia Aimanasfiaaiman.hashnode.dev·May 28, 2024Securing Your Laravel Backend REST API: A Comprehensive GuideIn today's digital age, securing your backend REST API is paramount. As the backbone of many applications, APIs are frequent targets for malicious attacks. Laravel, one of the most popular PHP frameworks, offers robust security features to help prote...Laravel
Mohamad Mahmoodhashnotes.hashnode.dev·Feb 16, 2024Laravel - Create Sanctum Token for User Login API[1] Open the Laravel Project Continue from the previous tutorial https://hashnotes.hashnode.dev/laravel-add-additional-fields-to-user-profile [2] Create API Controllers [2.1] Create API Controllers via Laragon CMDER Console This tutorial focuses only...Laravel
Webhortizwebhortiz.hashnode.dev·Jan 23, 2024Setting up Sactum for Multi Auth Entities in Laravel v10 using Guardif you have heard or read about Laravel Passport or JWTs (Json Web Tokens) then Laravel Sanctum or for short Sanctum should be thought of as lightweight version of Passport. While both Passport and Sanctum are used in authentication there are key dif...multiauth
Muhammad Umermuhammadumer.hashnode.dev·Oct 5, 2023Part 1 - API Authentication using SanctumIntroduction of the Project This is the first part of our series where we will be building a notes app in Laravel Framework. We will be making the app in Laravel and ReactJS. I will try to follow the best practices and we will have discussions over i...Making a Notes App in LaravelLaravel
David Adigwudavidadigwu.hashnode.dev·Aug 16, 2023Effortless Multi-Authentication with Laravel Sanctum: A Swift Guide for Seamless ImplementationIntroduction Creating a system with multiple authentications using Laravel Sanctum may seem challenging, requiring modifications to your config/app.php configuration file. However, a quick and easy solution exists to achieve your goal. This article d...11 likes·872 readsLaravel
Sohag Hasannotes.sohag.pro·Apr 2, 2023Introduction to Laravel Sanctum: Secure API Authentication Made EasyIntroduction: Authentication is a crucial aspect of any web application, especially when building APIs that need to be secure and protect sensitive data. Laravel, one of the most popular PHP web frameworks, provides several authentication packages to...110 readsTips & TricksPHP
Hirameichgi.hashnode.dev·Apr 26, 2020Using laravel-echo with Nuxt.jsHi devs, recently I was trying to configure my Nuxt.js client to consume public and private channels from my backend, which is built with Laravel and the Laravel Websockets package. This post serves as a guide for me and anyone else in the same situa...Laravel