Building Secure User Authentication with Laravel: Breeze, Vue.js, and Inertia.js | HINDI

Поделиться
HTML-код
  • Опубликовано: 19 май 2023
  • In this video, we delve into the powerful world of Laravel multi-authentication systems using Breeze package, Vue.js, and Inertia.js.
    Building a robust and secure authentication system is crucial for any web application, and Laravel provides an excellent framework to accomplish this. By combining Laravel's Breeze package, Vue.js, and Inertia.js, we can create a seamless multi-auth system that caters to various user roles and permissions.
    Throughout this step-by-step tutorial, we explore the process of setting up and configuring the multi-auth system. We cover the installation and integration of Breeze, a lightweight authentication scaffolding package designed specifically for Laravel.
    Next, we dive into Vue.js, a progressive JavaScript framework, and learn how to leverage its powerful capabilities to enhance the user interface and interactivity of our authentication system. We explore Vue components, routing, and form validation to create a seamless user experience.
    To optimize performance and user experience further, we integrate Inertia.js, a modern framework that allows us to build single-page applications using server-side routing. We discuss the benefits of using Inertia.js in conjunction with Laravel and Vue.js and demonstrate how to integrate it into our multi-auth system.
    By the end of this video, you'll have a solid understanding of how to build a feature-rich multi-auth system using Laravel, Breeze, Vue.js, and Inertia.js. Whether you're a beginner or an experienced developer, this tutorial will equip you with the knowledge and skills to implement secure and flexible authentication in your Laravel applications. Join us on this exciting journey of Laravel multi-authentication mastery!
    Building Secure User Authentication with Laravel: Breeze, Vue.js, and Inertia.js | HINDI
    Our Playlists:
    OOP In PHP:
    • OOP - PHP
    Git Full Tutorial
    • GIT Tutorial
    Laravel 9:
    • Laravel 9
    Vue 3 Laravel 9 Tutorial:
    • Vue 3 Laravel 9
    Laravel Testing:
    • Laravel Testing
    Nuxt Js
    • NuxtJS
    Laravel And Vuejs
    • Laravel And Vuejs
    Laravel Notifications:
    • Laravel Notification
    Laravel And React Js
    • Laravel ReactJs
    Laravel Interview Questions And Answers:
    • Laravel Interview Ques...
    Laravel User Management System:
    • Laravel User Managemen...
    Laravel Multi Auth System
    • Laravel Multi Auth System
    Laravel Vue3 GraphQL
    • Laravel Vue 3 GraphQL
    Follow us:
    YoutTube: / ajayyadavexpo
    Instagram: / ajayyadavexpo
    Twitter : / ajayyadavexpo
    Linkedin: / ajayyadavexpo
    Github: github.com/ajayyadavexpo
    Please subscribe to my channel and share the video with your friends.
    #laravel #laravelMultiAuth #laravel10MultiAuth

Комментарии • 14

  • @MapleLeafYT
    @MapleLeafYT Год назад

    Thank you.
    Multi auth system is required for e-commerce project.

  • @narendrasharma1614
    @narendrasharma1614 Год назад +1

    Good tutorial for beginners..
    Post. A video on vite and webpack mix and explain the performance btwn them..and what's best

  • @AkhileshYadav-lv3kh
    @AkhileshYadav-lv3kh Год назад

    Thank you sir 👍👍

  • @mohammudabir9920
    @mohammudabir9920 6 месяцев назад

    Loved It . Great

    • @ajay-yadav
      @ajay-yadav  6 месяцев назад

      Glad you liked it!

  • @AliHaidar-zw1jx
    @AliHaidar-zw1jx 11 месяцев назад

    sir agar mei authentication ko esmein bana du aur baad mei mein inertia use nahi krna cahhata pure laravel vuejs mei lrdu thu possible haii . website banana

  • @anilkhute7017
    @anilkhute7017 5 месяцев назад

    Sir ek crud operation bnau es par using react with web.php routes not apis

  • @dinkeronline
    @dinkeronline 5 месяцев назад

    if you logout from the admin, it will also logout the user as you are destroying the entire session

  • @usmankhan-ce7vd
    @usmankhan-ce7vd Год назад

    How it will work for multiple..admin and user ?

    • @ajay-yadav
      @ajay-yadav  Год назад

      Are you talking about roles and Permissions?

    • @narendrasharma1614
      @narendrasharma1614 Год назад

      What if admin and user share comman provider and share role and permission

    • @ajay-yadav
      @ajay-yadav  Год назад

      @@narendrasharma1614 use Middleware instead of guard. Use single table "users" and implement roles and Permissions

    • @usmankhan-ce7vd
      @usmankhan-ce7vd Год назад

      @@ajay-yadav sir let me complete your whole video then i will ask my question again..actually m working as laravel vuejs developer from last 2 years but m still confused about authentication process multiple dashboards while using both lara and vue and their security handling