Add Google Hosted Authentication to a Python Flask App

  Рет қаралды 22,788

Vincent Stevenson

Vincent Stevenson

Күн бұрын

Пікірлер
@robinchriqui2407
@robinchriqui2407 11 ай бұрын
Great, I just got an error when I try to login the app the access is blocked
@careyakida7435
@careyakida7435 7 ай бұрын
You're a saviour man, bless you
@saudenetwork
@saudenetwork Жыл бұрын
Parabéns Vincent Stevenson por seu trabalho! De forma didática você transformou algo difícil em uma maneira fácil (Congratulations Vincent Stevenson for your work! In a didactic way you have transformed something difficult into an easy way).
@mmcuser
@mmcuser Жыл бұрын
I dont get why the flask secret key need to match the google client secret! can someone explain?
@sukumar6723
@sukumar6723 Жыл бұрын
How to remove cached session so that we can make user to login every time
@mananshah2723
@mananshah2723 7 ай бұрын
I am getting this error, can anyone help? [GSI_LOGGER]: The given login_uri is not allowed for the given client ID.
@peachyme1401
@peachyme1401 Жыл бұрын
Really helpful and easy to follow!
@JWJD99
@JWJD99 Жыл бұрын
Thanks Vincent! Great walkthrough
@zgong1864
@zgong1864 8 ай бұрын
Towards the end of the video, you mention that someone could gain unauthorized access by adding a session variable locally. I was under the impression that session variables are stored and managed on the server side, which is why they are used instead of cookies in many cases. Is this not true?
@The_Muslim_Vibe_316
@The_Muslim_Vibe_316 6 ай бұрын
session variables are stored on front end. they can be viewed and edited by users
@zenkira_
@zenkira_ 4 ай бұрын
The session is just a cookie, so it's stored in the client side, but its content is signed with the Flask app's secret using the itsdangerous library, so you won't be able to make any sense of it unless you have the correct key
@MrDelliSanti
@MrDelliSanti 2 жыл бұрын
Thanks for putting this together.
@mcnutley
@mcnutley Жыл бұрын
I'm getting "This site can’t be reachedlocalhost refused to connect."
@CarlosHernandez-pl4vs
@CarlosHernandez-pl4vs Жыл бұрын
Check that your redirect url is set the the correct address
@СавелийГрабовый
@СавелийГрабовый Жыл бұрын
Hi! I'm getting a similar error. Have you found a way to solve this?
@carlosaugusto-mo2hb
@carlosaugusto-mo2hb Жыл бұрын
I really didn’t understand what client_secret_files is for and they you created. I’m really confused
@VincentStevenson
@VincentStevenson Жыл бұрын
The client secret file is how you register your app with google so they can authenticate your app with them for their authentication flow.
@carlosaugusto-mo2hb
@carlosaugusto-mo2hb Жыл бұрын
@@VincentStevenson nice, but can I just create the file manually without using "os" library and copy-paste the content from google ?
@CognitiveCore
@CognitiveCore Жыл бұрын
@@carlosaugusto-mo2hb you can use that as string I think
@AnuragHalderEcon
@AnuragHalderEcon 6 ай бұрын
This is very useful, thank you, can you please help in case I need to protect more than one page. Thanks in advance.
@jayakrishna2738
@jayakrishna2738 3 ай бұрын
You're GOD!!! Thank you
Python Flask Google Login: [HOW TO]  Google Login for Flask (2021)
14:06
Implement login with google in python flask applications with authlib
26:50
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Setup Google OAuth sign in 6 minutes
6:51
Appwrite
Рет қаралды 111 М.
How to Add Two Factor Authentication to Your Google Account
10:15
Deploy your Flask app on Google Cloud Platform
17:51
Leslie Wubbel
Рет қаралды 22 М.
Add Google OAuth 2.0 Login for React in 5 minutes 2024 (Easy Method)
4:33
Implementing OAuth 2.0 from SCRATCH
24:56
Carberra
Рет қаралды 5 М.
How to Setup a Google OAuth 2.0 API Connection - Bubble.io Tutorial
19:29
User Authentication in Flask App using JWT [ JSON Web Token ]
24:32