Middlewares with Nuxt 3 - Course part 8

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น •

  • @EnderRios
    @EnderRios ปีที่แล้ว +3

    muchas gracias, excelente contenido 👌👌👌👌👌👌👌👌

  • @destinadisc
    @destinadisc ปีที่แล้ว +4

    supper... continue, your are doing a very good work. thank you man...

  • @dindjarin332
    @dindjarin332 11 หลายเดือนก่อน +1

    Can we use the middlewares based on the file system structure? For example i want to run admin.ts middleware for all the pages inside pages/admin, and another middleware normaluser.ts for other directories inside the pages folder. Do i have to go and write one by one for each page to use that middleware or is there simpler way to accomplish this?

  • @v.lavrinovics1970
    @v.lavrinovics1970 4 หลายเดือนก่อน +1

    Hello! If I do 'auth', where I need do 'middleware'? In Server/middleware folder? Thanks you for Vue/Nuxt videos!

    • @codewithguillaume
      @codewithguillaume  4 หลายเดือนก่อน +1

      Dépends on what you want to do

  • @maks55555555
    @maks55555555 ปีที่แล้ว +2

    Thank you man! You are me very helped)

  • @galanghanafi737
    @galanghanafi737 ปีที่แล้ว +4

    Can i add middleware to a component? Example comment component, if the user not loged in the user will redirect to login

  • @jesssdad
    @jesssdad 2 หลายเดือนก่อน

    This is my first Vue project so many thanks for this content, it helps a great deal.
    Note that if you return nothing then it goes to the next middleware function or competes the route so my 'auth.global.ts' looks like this:
    export default defineNuxtRouteMiddleware((to, from) => {
    const isAuthenticated = false;
    if (!isAuthenticated && to.path !== "/login") {
    return navigateTo("/login");
    }
    });

  • @kimleon2255
    @kimleon2255 2 ปีที่แล้ว +1

    light!!!!

  • @sandyrocker008
    @sandyrocker008 ปีที่แล้ว +1

    tq bro ...

  • @athu1148
    @athu1148 2 ปีที่แล้ว +1

    First!

  • @birleyici
    @birleyici ปีที่แล้ว

    Türk müsün la