Add Google Hosted Authentication to a Python Flask App

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Great, I just got an error when I try to login the app the access is blocked

robinchriqui
Автор

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).

saudenetwork
Автор

I dont get why the flask secret key need to match the google client secret! can someone explain?

mmcuser
Автор

How to remove cached session so that we can make user to login every time

sukumar
Автор

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?

zgong
Автор

I am getting this error, can anyone help?
[GSI_LOGGER]: The given login_uri is not allowed for the given client ID.

mananshah
Автор

I really didn’t understand what client_secret_files is for and they you created.
I’m really confused

carlosaugusto-mohb
Автор

I'm getting "This site can’t be reachedlocalhost refused to connect."

mcnutley
Автор

This is very useful, thank you, can you please help in case I need to protect more than one page. Thanks in advance.

AnuragHalderEcon