NestJS Authorization: RBAC, ABAC, claims-based, and more! | NestJS Guards Tutorial

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 119

  • @connieleung96
    @connieleung96 3 роки тому +3

    very useful. i wish this video was around when my company built a new project in nestjs and rbac last year

  • @foofighterdaz
    @foofighterdaz 2 роки тому +4

    Thanks (again!) for this content Marius. Would love to see a long-form CASL workshop for managing routes and resources.

    • @codesuit
      @codesuit 2 роки тому +2

      Yes, thanks for this content :). CASL-"workshop" would be nice + a included database with the relations between the roles/permissions and the user-entity. ❤️

  • @sunstrike8943
    @sunstrike8943 3 роки тому +8

    Next Tutorial about CASL sir

  • @cristianescudero5540
    @cristianescudero5540 2 роки тому +2

    Thank you for your useful videos. Would be great to have more in deep tutorial about CASL with NestJS.

  • @rickythegermanshepherd5438
    @rickythegermanshepherd5438 2 роки тому +3

    Great tutorial ❤️. Please make a video implementing casl in nest js. I read the docs but didn't understand properly.

  • @dgaa1991
    @dgaa1991 3 роки тому +6

    Once again, thanks for an amazing video! I love to see these videos to get some inspiration!
    I would love to see a video about Passport with the Local Strategy together with JWT, I know you have done this but I still feel it would be nice to cover JWT refresh in the backend, and hopefully in the frontend as well.

    • @mariusespejo
      @mariusespejo  3 роки тому +5

      Thank you! Yeah I’m hoping to maybe put together a longer video which mixes all these topics together. And refresh flow definitely has been requested a few times. Technically it is really just introducing a second token (refresh token) and having your access token expire at a shorter time. It’s probably the underlying logic, where you’d store the tokens, etc. that would be good to cover in a video

    • @tukuyoma
      @tukuyoma 2 роки тому

      @@mariusespejo Please when will you be able to put up this video

  • @saleumsack5280
    @saleumsack5280 3 роки тому

    Thank you, Marius. I'm just switching from making the nodejs API from scratch to using a library like nestjs. This helps me a lot

    • @mariusespejo
      @mariusespejo  3 роки тому

      Awesome glad to hear! Nest is an awesome choice

  • @kawthooleidevelopers
    @kawthooleidevelopers 2 роки тому

    Thanks, bro. Appreciate the video. I was hoping for a GraphQL implementation, but after watching your tutorial, I figured out how to do it.

    • @mariusespejo
      @mariusespejo  2 роки тому +1

      Yeah as far as I know guards work pretty much the exact same way even if you are using graphql

  • @ceciliaserafini
    @ceciliaserafini 3 роки тому +2

    You are always so helpful! Thank you Marius! 🤗

  • @davialmeida1078
    @davialmeida1078 4 місяці тому

    thank you! very clear and straightforward

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

    thankyou for creating such a great content covering everything making it easy for everyone to understand

  • @musbell
    @musbell 3 роки тому +1

    Thanks Marius, I would love to see a video on Nestjs authorization with CASL Integration.

    • @mariusespejo
      @mariusespejo  3 роки тому +1

      Definitely would like to look into CASL myself so I’ll likely cover it in the future

    • @musbell
      @musbell 3 роки тому

      @@mariusespejo that would be great! I'm about to implement authorization in my project and likely to use CASL. Looking forward to see the video in the future. 🙂

  • @mertefe4345
    @mertefe4345 2 роки тому

    thank you so much... straight to the point.... best nest js explanations i've seen so far.

  • @m-batimel117
    @m-batimel117 Рік тому

    thank you for the wonderful explanation! I hope that you will continue to help us

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

    thanks for the video it was well simplified

  • @AlirezaNasseh
    @AlirezaNasseh 2 роки тому

    Great job Marius, your videos are very useful and simple at the same time, keep rocking 🤘

  • @Herna14W
    @Herna14W 2 роки тому

    Hey, Nice video, thankyou for all these explanations, The CASL video would be nice!

  • @oluwatosinsamuel5413
    @oluwatosinsamuel5413 2 роки тому

    Great Stuff once again. Your NestJs content has helped me a lot.

  • @flyingwebsolutions8208
    @flyingwebsolutions8208 3 роки тому +1

    Very helpful dude 💪🏻 I like your format. Would be amazing if you could do a video on CASL and its integration with NestJS 😋 thanks

    • @mariusespejo
      @mariusespejo  3 роки тому +2

      I’m interested in CASL myself so me covering it is likely!

    • @flyingwebsolutions8208
      @flyingwebsolutions8208 3 роки тому

      @@mariusespejo what is your general thought about NestJS?? I am study it now and your videos are cool! Could you suggest me an easy project that I can create with it? Thanks

    • @mariusespejo
      @mariusespejo  3 роки тому

      General thoughts: the express ecosystem is massive and Nest simply builds on top of it and gives you a nice architecture out of the box, it integrates well with a lot of things. You can’t go wrong with using it.
      I would suggest a project that you’re personally interested in and something that involves perhaps doing CRUD with a database as well as authentication/authorization. E.g. perhaps creating an API for a blog with multiple users and allowing for creating/editing posts as well as adding comments to posts

  • @husnulaman
    @husnulaman 3 роки тому +1

    Hi Marius, love your videos. Please do a tutorial on authentication with firebase admin sdk

  • @AwakeningofAI
    @AwakeningofAI 3 роки тому

    Thanks, mate. Very educational.

  • @Bilal-le3nw
    @Bilal-le3nw 2 роки тому

    Thank you, nice straightforward explanation :D now I'm SUBSCRIBED (with the bell ON)
    Hope you the best

  • @lovenlive
    @lovenlive 2 роки тому +1

    thank u sir.very helpful video.Plz make a video on CASL authorizatoin

    • @mariusespejo
      @mariusespejo  2 роки тому +1

      Thanks yeah will likely cover that in the future

    • @lovenlive
      @lovenlive 2 роки тому

      @@mariusespejo thank u sir....🙏 Can u please make a video on ORY Kratos implement on nest app!🙏🙏

    • @mariusespejo
      @mariusespejo  2 роки тому +1

      I don’t know what that is haha will try to look into it

    • @lovenlive
      @lovenlive 2 роки тому

      @@mariusespejo thank u sir... 😀🙏

  • @ItzAnameOk
    @ItzAnameOk 3 роки тому

    Thanks Marius, very cool!

  • @christianangelomsulit3759
    @christianangelomsulit3759 2 роки тому

    CASL in nestjs would be awesome :)

  • @andreicatalin7
    @andreicatalin7 3 роки тому

    Great video Marius, I just watced all the NestJs related videos. You did a very good job, they are very usefull.
    Right now I am trying to do a Nestjs authentication trough Firebase auth IDP.
    It would be awesome if you will do a video that covers that.

    • @mariusespejo
      @mariusespejo  3 роки тому

      Thank you! Yeah a couple folks have mentioned firebase, I’ve used it back in the day but it likely has changed a lot since then, I’ll have to look into it again

  • @beniiskandarfirdauslubis4970
    @beniiskandarfirdauslubis4970 2 роки тому

    it solved my problem, thank you

  • @miguelacosta707
    @miguelacosta707 2 роки тому

    Great video!!! Thank you for this video

  • @N5O1
    @N5O1 3 роки тому

    спасибо, как всегда все доходчиво и понятно

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

    Excelent content bro

  • @sergeyagronov9650
    @sergeyagronov9650 3 роки тому

    awesome video, you are just great teacher

  • @avimehenwal
    @avimehenwal 2 роки тому

    truly amazing

  • @tastaslim
    @tastaslim 3 роки тому

    Thanks man for this.

  • @bryangomez5951
    @bryangomez5951 3 роки тому +3

    It would be really great if you upload the code in a github repository.

  • @predragristic5861
    @predragristic5861 2 роки тому +1

    Started working with nest a couple of months ago and your videos really helped me out, thank you!
    Btw, what do you think of a nestjs project wrapped within the docker ? Would that be something interesting to make?

    • @mariusespejo
      @mariusespejo  2 роки тому +1

      Docker in general is useful, I mean it really depends on how you want to do development and deployments. If you have a need for containers yeah why not

    • @ashishthakur9983
      @ashishthakur9983 2 роки тому

      make a video in this topic

  • @edcelguinto719
    @edcelguinto719 3 роки тому

    Thanks sir. Can you do also a video with keycloak integration? Thank you so much!

    • @mariusespejo
      @mariusespejo  3 роки тому +1

      Hmm have not heard of keycloak, will look into it

  • @nearmint8350
    @nearmint8350 2 роки тому

    Great tutorial Marius! You won a subscriber :)!! I have a question though, what if you want to allow the user to edit their own data but only admins are allowed to edit or delete other users data? Thanks in advance :)

    • @mariusespejo
      @mariusespejo  2 роки тому +1

      Thanks! 🙌 Basically you’d have to create a slightly more custom guard where you load in the user record and check ownership, return false if not owned or not an admin. As your access control requirements gets more complex that’s also when I’d recommend looking at adding things like CASL or similar

    • @nearmint8350
      @nearmint8350 2 роки тому

      @@mariusespejo Thanks Marius :) I dit and its working properly.

    • @mariusespejo
      @mariusespejo  2 роки тому

      Awesome!

  • @luffyd2780
    @luffyd2780 2 роки тому

    Nest js Casl Authorization ABAC more on this would be great..

  • @pyakz6474
    @pyakz6474 3 роки тому +1

    Can you do an example for testing in nestjs graphql?

    • @mariusespejo
      @mariusespejo  3 роки тому

      i do have one on Nest testing but in REST, it’s honestly pretty much the same fundamentals except you have resolvers instead of controllers

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

    Thank you for this amazing Content , Is there a way or Guide on How to do ABAC with Typeorm , dynamic roles , privileges loaded from DB ( mariaDB maybe )

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

      You can use something like CASL, which I’ve made videos about. You’d just need to store the user privileges in the DB and map them to abilities in casl. Since it’s dynamic that means you likely will want to query your DB for current user privileges and construct the ability for each request

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

      @@mariusespejo Thank you for your response , I will try that out , thank you so much your videos are a great help

  • @flogginga_dead_horse4022
    @flogginga_dead_horse4022 3 роки тому

    Great video as always. Do you have repos for any of these videos? It would be nice to look at the code directly. Thanks.

  • @xoldyckk176
    @xoldyckk176 3 роки тому

    Can you make a video on nestjs best practices and folder structure for making scalable applications. Covering all aspects like auth, database, graphql etc.

    • @mariusespejo
      @mariusespejo  3 роки тому

      Check out the channel! Most of those I’ve already covered

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

    would you make a video on cookie based auth and storing it in redis

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

      I did! Find the nestjs auth video in my channel. It covers session-based auth, which is maintained via cookie containing the session ID. The session library can use whatever storage you want, including redis

  • @ThinKingKaraoke
    @ThinKingKaraoke 3 роки тому

    Thanks

  • @jamols09
    @jamols09 3 роки тому

    Pretty good video this was really helpful.
    Would you also consider tutorial using fastify for NestJS ?

    • @mariusespejo
      @mariusespejo  3 роки тому +1

      As far as actually doing that there’s really not much to it and it is documented in the nest site. The bigger changes would be things that rely on express will no longer work so you’d have to maybe find some alternative integrations

    • @jamols09
      @jamols09 3 роки тому

      You mean there's a lot functionality nestjs supports on express compared to fastify (or that fastify does not have)?
      As of now all I know is that fastify does not support nested routes. It is mentioned in their documentation.

    • @mariusespejo
      @mariusespejo  3 роки тому

      I don’t know what is and isn’t supported or how much. All i can tell you i that any express-specific integrations, e.g. if you were using express-session, then you’d have to use whatever the fastify equivalent of that is. As for actually just switching to fastify that’s documented and is fairly simple to enable

  • @jabirabu3776
    @jabirabu3776 2 роки тому

    thank you sir great video ,
    can you please also explain how to verify loggedin user woth context, it shows me Undefined

    • @mariusespejo
      @mariusespejo  2 роки тому

      That’s more of an authentication topic, I have some videos about it in the channel if you’re interested

    • @jabirabu3776
      @jabirabu3776 2 роки тому

      @@mariusespejo can u please specify which video .........
      it would be a great help

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

    Could you go through the process for graphql queries please?

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

      In nest guards should pretty much work the same I think regardless if you’re using rest or graphql. Only thing different is your guard logic will need to create/work with the graphql context

  • @pauloromero2459
    @pauloromero2459 11 місяців тому

    It is posible that a could retrieve the result of my authentication guard and use it in my authorization guard? I have the role there.

  • @pattlactroi4279
    @pattlactroi4279 2 роки тому

    Can you give me a link of your background, thank you!

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

    how are we gonna get user from req? You just hardcoded that part, what I need to get those user information from the request?

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

      I have videos on how to do authentication if you want to see how. If you do it correctly typically the user session would be stored in req.user, just like in express. That’s the assumption that’s being made here

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

    The APP_GUARD runs before the JwtGuard (when authentication is set up). Thus the user is simply not available in the request at that time, what to do in that scenario.

    • @sulaimanaminu9515
      @sulaimanaminu9515 5 місяців тому

      Were you able to figure this out?

    • @mariusespejo
      @mariusespejo  5 місяців тому

      Guard execution starts with global guards, then proceeds to controller guards, and finally to route guards.
      Just adjust in the order that you need.

    • @sulaimanaminu9515
      @sulaimanaminu9515 5 місяців тому

      @mariusespejo thank you. I am done with the implementation. Just adjust the guards in the order you want them to be. If you want the jwt guard first then don't add the roleguard globally

  • @burakkaratay1136
    @burakkaratay1136 2 роки тому

    Hello Marius, first of all, thank you for the great content!
    I was using jwt guard for authentication and my request has a user object but I can't take the user object in RolesGuard. It says it is undefined but I can see it in my controller when I try to pull the request object. Is JwtGuard running before that RolesGuard? But My JwtGuard was applied on the controller level, and RolesGuard was applied on the method level. Any idea or suggestion?

    • @mariusespejo
      @mariusespejo  2 роки тому

      Not positive what the problem might be there, assuming your jwt guard puts the user in req.user, if you’re seeing it’s not there on the rolesguard then you might have the wrong execution order somehow. Maybe try to debug by putting both on the method level?

  • @samiullahsheikh5015
    @samiullahsheikh5015 2 роки тому

    can you please let me know you customize your terminal?

    • @mariusespejo
      @mariusespejo  2 роки тому

      Nowadays I mostly use oh-my-zsh and some basic plugins for autocompletion and syntax highlighting. Not really much more to it than that

  • @ekamauloho4519
    @ekamauloho4519 2 роки тому

    please I do get the link to Jwt Session video? thanks

    • @mariusespejo
      @mariusespejo  2 роки тому +1

      NestJS Authentication: JWTs, Sessions, logins, and more! | NestJS PassportJS Tutorial
      ua-cam.com/video/_L225zpUK0M/v-deo.html

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

    i actually need assistance on a logic please.
    i am working on a project that has five different users [hospital, pharmacy, laboratory, patients and a bot] and i am not building them as a microservice. each of them have their own tables in the same db , with ofcus different dtos. now i need help on how to implement the logic of authenticating all the different users using just one Jwt Authentication Service. i am developing this project with nestjs typescript. please i need help on howto craft out that logic

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

      If you check my channel i do have videos on how to do authentication with jwt in nest. I imagine authentication for any of your users should be mostly the same, what likely would differ is their authorization which is what this video covers. If that doesn’t help I suggest asking in stackoverflow

  • @PrevalentAA
    @PrevalentAA 3 роки тому

    Really offtopic question, but what is the origin of your first name? 😁

    • @mariusespejo
      @mariusespejo  3 роки тому

      My parents picked it hahaha if you’re asking actual origins I know that it sort of started as a Roman name in ancient history lol

  • @andrei_dev7633
    @andrei_dev7633 3 роки тому

    T
    hank you, can you tell me how to make exception filter prisma js for nestjs

    • @mariusespejo
      @mariusespejo  3 роки тому

      Exception filters are fairly well documented in the next docs, custom ones simply require catching a specific error either directly from prisma or one that your throw yourself

  • @lordadam
    @lordadam 3 роки тому +1

    wp gg

  • @grif.n
    @grif.n 2 роки тому

    Hey @Marius, awesome content so far!
    How would you go about building a NestJS backend based on Clean Code Architecture? Nest already has dependency injection and separation of concerns, but I like some of the ideas and points made in this video: ua-cam.com/video/CnailTcJV_U/v-deo.html
    Could you build something similar to this using Nest and TS? It would be really interesting to see how you approach it.

    • @mariusespejo
      @mariusespejo  2 роки тому +1

      I would suggest watching the nestjs crash course on my channel. Technically Nest.js is already providing you with an architecture out of the box, it’s not exactly the same as the one outlined in that video but the core principles are the same, e.g. you’ll notice Nest documents and recommends a clear separation between controllers, services (this is probably closest to “use cases” in that video’s diagram) for business logic, and data repository/model (close to entities in that diagram) for data access/manipulation logic. Although you definitely can customize things a bit and make it look exactly like in that video (e.g. perhaps labeling things as use cases instead of services), however that seems counterproductive to me when Nest is already designed to give you a predefined architecture that’s already out of the box close to what you’re looking for and is solving the same exact problem

  • @javohir307
    @javohir307 3 роки тому

    Thumbnail 😂😅

  • @98832230
    @98832230 3 роки тому

    Thanks