Ankita PatelMastering RESTful API Authentication with Laravel Passport and SanctumBuilding secure and scalable RESTful APIs is crucial for any modern web or mobile application. In Laravel, two robust tools stand out for…Oct 19
filjosephImplementing Secure Authentication for SPAs with Laravel Sanctum and ReactJSLately, I have been trying to implement authentication using Laravel 11, Laravel Sanctum, and React.js. I even published a video showcasing…Jul 8
Uthman Stcloud405 Error Laravel SanctumLaravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token…Oct 12Oct 12
Abdelrahman AbdullahAPI Authentication using Laravel Sanctum v10.xOne of the most important things we need in web development is to save our users’ data which can be put in ‘‘security’’. there are a…Sep 3, 20232Sep 3, 20232
Chirag DaveLaravel Sanctum vs. Passport: Choosing the Right Authentication for Your AppAuthentication is a critical aspect of modern web and mobile applications. It secures user data, ensures only authorized users can access…Sep 10Sep 10
Ankita PatelMastering RESTful API Authentication with Laravel Passport and SanctumBuilding secure and scalable RESTful APIs is crucial for any modern web or mobile application. In Laravel, two robust tools stand out for…Oct 19
filjosephImplementing Secure Authentication for SPAs with Laravel Sanctum and ReactJSLately, I have been trying to implement authentication using Laravel 11, Laravel Sanctum, and React.js. I even published a video showcasing…Jul 8
Uthman Stcloud405 Error Laravel SanctumLaravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token…Oct 12
Abdelrahman AbdullahAPI Authentication using Laravel Sanctum v10.xOne of the most important things we need in web development is to save our users’ data which can be put in ‘‘security’’. there are a…Sep 3, 20232
Chirag DaveLaravel Sanctum vs. Passport: Choosing the Right Authentication for Your AppAuthentication is a critical aspect of modern web and mobile applications. It secures user data, ensures only authorized users can access…Sep 10
BOKO Marc UrielManage refresh Token and acces Token with Laravel SanctumDuring one of my recent projects, I had to develop a refresh token system after authentication using Laravel. Several packages were…Dec 12, 20233
Hamza SehouliBuilding a RESTful API with Laravel 11, A Complete GuideLaravel is a popular PHP framework known for its simplicity and power. It allows developers to create robust and scalable backend services.Sep 81
Krishnendu BarmanLaravel 11 Errors with Fortify and Sanctum and how to handle them: CORs Policy, Cookies not saved…When building a Single Page Application (SPA) with Laravel Fortify, especially when integrating it with a frontend framework like Vue or…Sep 14