NestJs RBAC - Role Based Authorization Tutorial

Поділитися
Вставка
  • Опубліковано 16 січ 2025

КОМЕНТАРІ • 36

  • @am0nr2youtube28
    @am0nr2youtube28 Рік тому +7

    Hey vlad, you are one of the best teachers when it comes to Nest.js, can you please teach us more advanced topics such as microservices?

  • @sunnysetia
    @sunnysetia 6 місяців тому +2

    Vlad we need you back! Best nestjs youtuber out there

  • @kirakira160
    @kirakira160 Рік тому +3

    Welcom back Sir we missed you

  • @brahimmahioussi2428
    @brahimmahioussi2428 Рік тому

    Thank you so much for the video, I was waiting for this for a long time.

  • @rebatov
    @rebatov Рік тому +10

    Hi Vlad, can you please make a tutorial for microservice architecture maybe with gRPC for communication. Something like auth and bookmarks but in a separate microservices. This would be very helpful, thanks.

  • @komilolimov2257
    @komilolimov2257 Рік тому

    Thats amazing course thanks a lot, I have never seen better than that explanation

  • @Be_Fresh_Bro
    @Be_Fresh_Bro Рік тому +1

    Setup looks so cool keep uploading sir 🎉🎉

  • @adamtoth2089
    @adamtoth2089 Рік тому

    You are a legend Vlad, thanks!

  • @rohanrajpal
    @rohanrajpal Рік тому

    Glad you're back at it ❤️

  • @ojosedirceu
    @ojosedirceu Рік тому

    Thanks a million, Vlad!

  • @evoleurt
    @evoleurt Рік тому

    Keep going Vlad!

  • @jmalbite5248
    @jmalbite5248 Рік тому +1

    I've been waiting for this 🚀🚀 thank you vlad 🙇 hopefully some HTTP only cookie tutorials 🙏

    • @CodeWithVlad
      @CodeWithVlad  Рік тому +1

      Thank you for the support and the suggestion! I will be away for a week or so but will plan a video on the subject when I come back.

  • @jaroslavhuss7813
    @jaroslavhuss7813 Рік тому +1

    Finally ur back. Vlad, would you mind to look at on how to connect Nest.js + Nextjs or Astro? I really hate the Nextjs's backend...

    • @CodeWithVlad
      @CodeWithVlad  Рік тому

      That would work almost like a normal react app. What use case are you trying to use Nextjs for?

  • @aronk2676
    @aronk2676 Рік тому +1

    I am interested in ABAC example, please do a video on that. Thank you Vlad for all the great videos, I am learning a lot to be a better developer. I am trying to build an application where the roles and permissions are dynamic, sort of how AWS provides, should be able to create new roles, assign permissions to it and assign roles to users. So, can't have roles hard coded in the app, instead should derive it from what is in the DB.

  • @shareeqrashid464
    @shareeqrashid464 16 днів тому

    Which vscode theme do you use? It looks really cool

  • @darapara-x3p
    @darapara-x3p Рік тому +1

    Hi Vlad, can you do ABAC please?

  • @soulofjack7294
    @soulofjack7294 Рік тому

    Please explain how ui is managing the roles and their data.

  • @calisgarden
    @calisgarden Рік тому

    great video as always!!

  • @matteo_tomicic
    @matteo_tomicic Місяць тому

    Hi. Which font and theme you use on your VSC?

  • @SafaldasGurudas
    @SafaldasGurudas Рік тому

    Awesome

  • @sarmadajmal3602
    @sarmadajmal3602 Рік тому

    Hey, how did you create the monorepo project for both apps?

  • @wilfriedmusanzi
    @wilfriedmusanzi Рік тому

    Hi, reallly nice but it's not possible to do it a controller level ?

  • @MuhammadAwaisArif
    @MuhammadAwaisArif Рік тому

    As the documentation is updated and in authentication we can use execution context and reflector for our custom decorator. I've created authentication using that. Now I'm stuck. I've a user entity which takes role id and role entity have role_name and role_type. Role type is enum. Now i want to make a guard which takes role type and allow access based on that. How can I strip that role type based on role id in users and in role controllers too.

  • @dimadziurzia6275
    @dimadziurzia6275 Рік тому

    Hi Vlad,can you do video about nestjs microservice with docker pls?You are very good teacher!

    • @CodeWithVlad
      @CodeWithVlad  Рік тому +1

      Thanks for the suggestion Dima. I’ll add it to my list

  • @intermix1297
    @intermix1297 Рік тому +1

    Thanks for this video. But can you make music a little bit quieter 🙂. It's a bit of a distraction

  • @aleksandrpetrov3938
    @aleksandrpetrov3938 Рік тому

    Hey, Vlad. Do you plan to keep making cool content about NestJS ?

    • @CodeWithVlad
      @CodeWithVlad  Рік тому

      Yes! Sadly got sidetracked with my AI startup as there was a ton of work. Next month I should be able to dedicate more time to the channel

  • @delinuxist4480
    @delinuxist4480 Рік тому

    scaling session with redis isn't working i followed your pdf please can you update code for us been trying to fix but failed so can you please fix with latest versions of library used

    • @CodeWithVlad
      @CodeWithVlad  Рік тому

      Sorry to hear that. I will look into it this week and update the pdf.

  • @mamupelu565
    @mamupelu565 9 місяців тому

    Prisma part confused me, as I'm a beginner I started with typeorm