Flask (Python) - Google oAuth 2.0 (Authlib)

preview_player
Показать описание
-------------------------------------------------------------
Thanks for watching, if the video was helpful to you a like and/or a star to the github repo would be appreciated ❤️
Рекомендации по теме
Комментарии
Автор

Dude... thank you so much for this. Concise and perfectly demonstrated. I looked at about eight different articles prior to finding your video. I wish I'd found this first. I could've saved a day of my life.

mikeconway
Автор

After getting confused with all the authlib documentation, I found this 11min video so easy to follow and implement. Thanks!

anupamchand
Автор

Perfect, that's what I was looking for! Thank you very much!

niltonmedeiros
Автор

This is exactly what I was looking for. Thank you😊

smrutirekhabiswal
Автор

At the beginning you were jumping a lot and was hard to understand what you were doing, but later it all became clear. Great video, great explanation well done!

_Nocturnal.
Автор

Finally what I was looking for. Thank you. Good pace

geraldl
Автор

This is exactly what i was looking for

alexanderslessor
Автор

I got a error: missing "jwks_uri" in metadata, how do i solve this?

Arthur-hitc
Автор

I loved it !!!! thank you very much !!!

GabrielaSantos-hiel
Автор

Everything I have ever looked for. Wish I found this 2 weeks ago

pavelhegler
Автор

How do I check what is within the json data. I'll like to be able to print the name of the person logged in onto an existing html page. Would a double curly bracket work?

mahelnapo
Автор

i need an advice from you please
so i have my flask app login page already where user can either login via email and password or via google except that i havent implemented the google oauth part yet so that button on login page redirects to nothing rn
my question is do i need to create another route for google with oauth or is is there a way to implement oauth in the existing login page?
and one more question --- how do i extract the user information like email and name and other activity by the user to be stored in the database for next time the user logs in with google ofcourse
thank you in advance

ankushdua
Автор

great video and I'm new to this, so I would like to see how you can capture some of the callback information and get that store in DB (say Mongo). Also do I need to generate a JWT as part the register/login steps or just use the oauth session. thanks

techtinker
Автор

Hi There,
First of all, thanks for the great content.
I would just like to know, once I turned the app to RESTful, am I permitted to make posts/put requests to users' profiles? if so, how and what credentials do I need?

daniyaldehleh
Автор

Thanks a lot man ! and what database would you recommend for beginner to use with Flask application (combining with this type of OAuth login and normal register/login on the Flask site )?

oscarwang
Автор

after login to google, i want to check if he is already present in database or not.if not than i will log him out, if yes i will redirect him to welcome page.How to do this.

asishmishra
Автор

Awesome tutorial - I disagree with the other comment - the pacing was fine. Great content easy to follow I have subscribed! Can I recommend a facebook 2020 login oauth tutorial. The only one I could find on YouTube was in mandarin :(

karlduckett
Автор

How to modify this code to use with blueprint because it is throwing several errors

leminos
Автор

how can I send mail using acquired token?

shivrajpatil
Автор

Great video, I implemented this in Python3, much easier than reading the docs straight from Google. One question, what was the alternative method you mentioned would take 20 minutes when you implemented session['email'] = user_info['email']. Is this just implementing a way to store this in a database?

Jester