Skip to content

Instantly share code, notes, and snippets.

View CharlyWargnier's full-sized avatar
🎈

Charly Wargnier CharlyWargnier

🎈
View GitHub Profile
@CharlyWargnier
CharlyWargnier / interactive_google_oauth2.py
Last active May 3, 2020 16:27 — forked from frankie567/interactive_google_oauth2.py
[Google Console Connect] - Interactive Google OAuth2 flow with Streamlit
import asyncio
import streamlit as st
from httpx_oauth.clients.google import GoogleOAuth2
st.title("Google OAuth2 flow")
"## Configuration"
client_id = st.text_input("Client ID")