How to Protect an API in FastAPI with Auth0 by Okta

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 18

  • @shanmugamkatna9534
    @shanmugamkatna9534 10 месяцев назад +2

    Simple and easy for any one to understand.

  • @rochelouis2494
    @rochelouis2494 Год назад +1

    Great explanation, really awesome. Thanks Jess for this topics, keep uploading videos of this type

  • @youczire
    @youczire 11 месяцев назад +1

    Great content. Please do a social login video too. With the rise of fastapi, lot of people will be looking for fastapi+auth0+social login combo. Thanks

  • @pankajholariya8331
    @pankajholariya8331 4 месяца назад +1

    Thank you so much for very easy examination ❤️❤️❤️

  • @MarcosViana
    @MarcosViana 8 месяцев назад

    Adorei, assisti sua live com o Dunossauro.
    Obrigado por campartilhar seu conhecimento.

  • @danielarledge7017
    @danielarledge7017 11 месяцев назад

    Hey Jess, great video. I do have an additional request. I would like to see a auth flow where you can use client credentials to generate an authorization code which could then be used to get access token. Ideally I want to pass in a scope along with the authorization code to Auth0 authorization server API in order to populate claims in my JWT and then use those claims to discern access to certain endpoints within my API.

  • @kalebujordan1417
    @kalebujordan1417 Год назад +2

    Awesome, You just saved my day

    • @OktaDev
      @OktaDev  Год назад

      Glad to hear it!

  • @АндрейЯкир
    @АндрейЯкир Год назад +1

    Hello, @OktaDev ! Could you provide the same example but with Okta dashboard?

  • @TheBuddilla
    @TheBuddilla 7 месяцев назад

    One day people will learn they should host their own auth instead of using external third party auth providers. Sadly they will learn when the third party service goes down.

  • @Sky25way
    @Sky25way Год назад

    Thanks for the demo!
    I am receiving the following error: urllib.error.URLError:
    I set the .config file with the correct values from Auth0 account (as instructed in the video).
    Any thoughts on how to fix?

    • @saisurya53
      @saisurya53 11 месяцев назад

      Hey! i was also experiencing the same error. Did you fixed it?

  • @ashpakshaikh07
    @ashpakshaikh07 Год назад

    Hi Jess, Thank you for making this video. I am trying to send token from frontend and validate it in fastapi, but getting an error "{'status': 'error', 'msg': "Invalid payload string: 'utf-8' codec can't decode byte 0xbf in position 0: invalid start byte"}". Not sure what's going wrong. I also tried splitting it with space as I am sending "Bearer {toekn}" from frontend. Appreciate if someone could help. Thanks.

    • @daguich
      @daguich Год назад +1

      don't know if typo in the comment or in your code... but "Bearer {token}"?

    • @ashpakshaikh07
      @ashpakshaikh07 Год назад

      @@daguich Yes, it is typo. I used token. :)

  • @serguei5000
    @serguei5000 Год назад

    source code is not reflecting material presented on the screen
    was waste of time

  • @JustWorkandThatsit.
    @JustWorkandThatsit. Год назад +3

    Please consider reducing the length of your video by speaking concisely and avoiding unnecessary jargon.

  • @Unknown-ee7db
    @Unknown-ee7db Год назад

    Perfect tnx