User Profile Info, Protected Routes, and Calling APIs - Authenticating Your Angular Apps Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มี.ค. 2023
  • Note: This video was originally published on June 2nd, 2021
    In this video, learn how to display user profile information, protect that profile with a guard, and setup an API in Auth0. We will also go over calling a protected endpoint using an Http Interceptor. So tune in to see what useful tips we have for you to use in your Angular applications! View part one in this series here: • User Login and Logout ...
    ___________________________________________
    Learn with Auth0 by Okta
    Try Auth0 for free - a0.to/yt-signup
    The Auth0 by Okta blog - a0.to/blog
    ___________________________________________
    Follow Us on Social
    Twitter - / oktadev
    LinkedIn - / oktadev
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @pedroribeiro4267
    @pedroribeiro4267 3 หลายเดือนก่อน

    thank you so much!! it helped me a lot, really! I couldn't figure it out where to put the audience, guess the docs are a little bit confusing and not very clear

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

    This was quite good! It helped get up to speed quicker than the docs

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

      Thanks for your feedback! Please also check out our newest Angular guides on developer.auth0.com/resources/guides/spa/angular

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

    Thank you for sharing this, it is quite useful for those like me beginning the road into this technology

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

      Glad it was helpful!

  • @riccardofranchi1269
    @riccardofranchi1269 3 หลายเดือนก่อน

    useful content: but what about token refresh?

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

    This is very helpful, thank you! I would like to know a bit more about accessing the management api from an angular application. As I understand it, there are limitations on which fields can be updated by an SPA. I understand the reasons why, I'm just not sure how to handle the problem. What if the users of my frontend want to change their name? Do I set up an backend express server that handles the requests as a "middle man" and passes them to the management api? I believe this is a common use case but I'm not sure if this would be the way to go. Thanks for any advice here

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

      Thanks for watching! Yes, that's the right way of doing so