Managing User Roles - NodeJS Authorization

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

КОМЕНТАРІ • 69

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

    This is what I’ve been waiting for. Thank You

  • @vision6D
    @vision6D 9 місяців тому +2

    Appreciated your presentation and specially the remark at the end where you make us aware of this being an example to understand the mechanism, but that it should never be implemented that way. Authentication has to be made first and tokens have to be delivered. Roles should not be passed between client and server, nor username, nor userid. Based on the token the server side retrieves the userid and associated roles for the app and then performs the authorization.
    Greeting from Geneva.

  • @chibuzoekwue
    @chibuzoekwue 3 роки тому +20

    I never new middle ware functions could take arguments. I quess we learn everyday. Thanks 👍

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

      I found out about this a couple months ago hahaha was surprised too!

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

      actually, that function is not a middleware but, is returning a middleware upon calling in the app.get

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

    I been looking for this kind of simple clarity. No pompous nonsense. Just pertinent information.

  • @mikealejandro3938
    @mikealejandro3938 3 роки тому +4

    First comment !
    I'm currently learning backend, i want to become a MERN developer, fullstack developer whatever, and i'm still undertanding how the backend works and videos like this one cna help me too much ! Thank you homie

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

      Thank youu! Glad I am able to help! If I could give an advice for you that is starting to learn backend, I would advice you not to skip the fundamentals. For example, understand how an api works and the different aspects of a http request. Best of luck!

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

      @@PedroTechnologies Thanks My Man

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

    i've downloaded it and will watch it when my exams gets over.❤️❤️❤️❤️

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

      Hahaha thank you for the support! Im going through exams too! Good luck!

  • @joseisraeldiazzapata5179
    @joseisraeldiazzapata5179 3 роки тому +4

    ooohh, thank you Pedro. This is useful and fun to manage different sutf with the api rest

  • @somel_toi309
    @somel_toi309 7 місяців тому

    I love this guy, makes everything I need to know easier to understand

  • @ayoubnachat5920
    @ayoubnachat5920 3 роки тому +15

    Hi pedro i like your tutorials a lot *So can you please do another one about managing users rolls but in this with JWT and more secure also with an interface like using Ejs instead of PostMan*
    and i will be so thankful if you do it 💜😁

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

    Very underrated video. Much Love ❤️

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

    I am your 100,00oth subscriber!!!! Let me know when you get the plague. Congratulations.

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

    Hey pedro, could you tell me how can i add body in request in postman, like we can't pass a body in get request how you are doing it, when i was trying to do it, i am getting error like cannot read properties of undefined 'role'.12:20

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

    thank you. there is a way in how you connect things. sometimes noobs like me get over whelmed when we see an error.

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

    Pedro lançou a braba mesmo! Congrats my friend!

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

    you should be #1 on top for web dev videos.

  • @AsmaSlama-t3o
    @AsmaSlama-t3o 2 місяці тому

    this saved my life thank you 💗

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

    It's so very understand, thanks for this perfect video

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

    Best coding channel

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

    Thank you bro... I want to ask, can we use social media authentication like google/fb for REST API? I don't know how to implement it to rest api

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

      You can definitely use it, however you still need to save the user somewhere and find a way to maintain them authenticated for a long time. Many companies prefer it this way in order for them not to keep track of passwords!

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

    Love the explanation on each little element of the code. This helped a lot for a beginner like me. Keep it up! Thank you for the great work!

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

    Never knew middlewares could take up arguments! Also had a qn that we should not decide the role based on the body field right because it's easy to intercept the request and change the field via proxies like burpsuite . Correct me if I am wrong. Great video :)

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

      The role should be given upon sign up, or some subscription. In real world you'll never send role with the body.

  • @jeff-creations
    @jeff-creations 5 місяців тому

    Excellent video Pedro. I'm using vs code and Hoppscotch. Do you have any idea why I needed to change my GET requests to POST requests to get the code to work? Really weird, I followed the tutorial to the "T". Regardless, the code works and am able to crudely authenticate.

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

    Hey Pedro! Can you add login with Facebook or with Google in your type-graphql series, I am really having a hard time figuring out how to do log in with Google in my project which is based on type-graphql and frontend is on nextjs.

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

      Hey, it depends on what you are trying to do! Are you using firebase for authentication? Are you using the google and facebook api? I planned on adding a video on a manual auth system.

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

      @@PedroTechnologies no firebase just normal session authentication with cookies and just want to add google login or facebook.

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

    It great video Pedro.... can u tell us more on How to set up specific secured password and username which solely authorized manage admin page....like the one asked to login into our own pc.

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

    great tutorial! thank you so much!

  • @viktorsvoboda3186
    @viktorsvoboda3186 10 місяців тому

    cool video thx. dont u have pls the code posted for this somewhere?

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

    It's gr8 video as always....but i was trying to make admin with sepecific,secured password for my web pro.if u can plz help me on this.just tell me the way.thank u!

  • @onkelhoy1
    @onkelhoy1 10 місяців тому

    But what if I change the role in the body that’s passed? This is a very bad security

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

    Amazing explication.

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

    Great stuff. Thanks

  • @cinegolpo-movieexplainedin8192

    when user role updated how to manage jwt?

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

    Top. Cadê o código Pedrão?

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

    thank u so much concept clear

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

    Thank you buddy!

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

    Hey, I just found your channel and it has impressive contents...Would you please help me with implementing guest mode feature for my website ?

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

    Great video !

  • @002ashishkumar5
    @002ashishkumar5 2 роки тому

    I start your videos with a like

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

    BR representando :)

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

    Thanks a lot for this, bro!
    Class 420, present

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

    Thank you Pedro how to become a mern developer it is not easy to me to master it

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

    hi, just wondering but should it be more safe to have a table on the backend database which contains users' roles/courses enrolled instead of validating against the body of the client that anyone can modify?

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

      I also commented the same thing LOL :)

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

      Actually, what you'd do in a more realistic (production-ready) approach is to have the user role(s) set in her profile in the DB by an admin or the like. Then, when the server spawns a session (stateful-) or issues a JWT (stateless authentication), that or those roles are attached to the session or written inside the JWT. In the latter case, the token can't be messed with (e.g. up the user roles) cause that'll break the encryption and hence invalidate the token. Pedro's example is didactic and beginner-friendly, but it's a big _no no_ as you guys spotted yourselves.

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

    Thanks Pedro

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

    can we have source code

  • @becbelk
    @becbelk 8 місяців тому

    in min 10 you use currying.... so it is FP style... thats cool

  • @蹦太君-o4d
    @蹦太君-o4d 2 роки тому +1

    great

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

    code source ?

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

    Thanks friend.... will you plan to make another video with more advanced techniques as you comment on the video?
    My English is bad. I use a translator... I greet you from Venezuela.
    I already subscribed and gave him a thumbs up... My name is Jose Grillo
    ESPAÑOL
    Gracias amigo.... tendras pensado sacar otro video con tecnicas mas avanzadas como comentas en el video?
    mi ingles es malo uso traductor... te saludo de Venezuela
    Ya me suscribi y le di manito arriba... Mi nombre es Jose Grillo

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

    leo needs a tutor

  • @reubenmoses1363
    @reubenmoses1363 6 місяців тому

    athorization goood

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

    "pedro who obviously got a 100 " ...lol ...liked the video for this humourXD

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

      Lmaoo gotta stay humble

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

      lol.. i got 100 on Software Requirement Engineering course

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

    Bom inglês.