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
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.
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.
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?
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.
Simple and easy for any one to understand.
Great explanation, really awesome. Thanks Jess for this topics, keep uploading videos of this type
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
Thank you so much for very easy examination ❤️❤️❤️
Adorei, assisti sua live com o Dunossauro.
Obrigado por campartilhar seu conhecimento.
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.
Awesome, You just saved my day
Glad to hear it!
Hello, @OktaDev ! Could you provide the same example but with Okta dashboard?
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.
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?
Hey! i was also experiencing the same error. Did you fixed it?
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.
don't know if typo in the comment or in your code... but "Bearer {token}"?
@@daguich Yes, it is typo. I used token. :)
source code is not reflecting material presented on the screen
was waste of time
Please consider reducing the length of your video by speaking concisely and avoiding unnecessary jargon.
Perfect tnx