Web API Security | Basic Auth, OAuth, OpenID Connect, Scopes & Refresh Tokens

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

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

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

    For the full code implementation, checkout - th-cam.com/video/dyZmsz6usWk/w-d-xo.html

  • @mostinho7
    @mostinho7 17 วันที่ผ่านมา +1

    Done thanks
    Oauth is for authorization but people used it for authentication so openid standardizes authentication with oauth by having the auth server (like google) return an ID with the auth token
    Openid connect is same flow as oauth but when you redirect user to auth, you include “openid” in the scopes that you pass as query params
    This indicates to auth server that you want authentication ID not just authorization access token
    When auth code is exchanged for tokens you also get an ID token which you can use to get info about users identity
    When designing an oauth server should use fine grained scope
    Refresh token is also returned which allows the application to request a new token when the one you have expires
    Need to pass client id and secret when getting new token

  • @csakdee
    @csakdee ปีที่แล้ว +5

    The music was distracting in the previous ones, but the content is clear and on point! 👏

  • @food-eater-2929
    @food-eater-2929 2 ปีที่แล้ว +5

    The way you simplified this is honestly genius. I am a fan.

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

    I love how u explain things, first problem then solution. it make more sense rather just explaining concept

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

    The way you teach is great! I think your channel will grow a lot with the quality content you provide!
    I look forward to more great videos from you!

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

      Thanks a lot for the kind words, really appreciate them :) I've been super busy lately but more videos are coming soon, stay tuned!

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

    Speaking about your 3rd presentation as compared to the previous ones: the further the better. Thanks.

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

    I really appreciate your approach to teaching. Thank you!

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

    Great content. I am surprised the view count is so low, it should be in 100Ks.

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

      Thanks! I hope it get's there someday :D

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

    Very enlightening video, thanks for creating that.
    Appreciate your effort.

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

    You are a great teacher.

  • @ademolaayobami8645
    @ademolaayobami8645 3 ปีที่แล้ว

    I love your teaching style, it is so unique, Good Job

    • @ambientcoder5462
      @ambientcoder5462  3 ปีที่แล้ว

      Thank you for the kind words! Really appreciate it :)

  • @ankitkumarjat9886
    @ankitkumarjat9886 2 ปีที่แล้ว

    Great videos so far, keep uploading.

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

    Yes we need implementation details of each topic it be really great if you start that

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

    precise and useful, thanks a lot for sharing :)

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

    how is access token validated at api level?

  • @jimzhu7654
    @jimzhu7654 2 ปีที่แล้ว

    great video

  • @alfredoalarconyanez4896
    @alfredoalarconyanez4896 2 ปีที่แล้ว

    thank you !

  • @gustavonaves6947
    @gustavonaves6947 5 หลายเดือนก่อน

    Thanks for this video!

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

    I would like to see a full implementation

    • @ambientcoder5462
      @ambientcoder5462  3 ปีที่แล้ว

      Check out the full implementation here - th-cam.com/video/dyZmsz6usWk/w-d-xo.html