Skip to content

Instantly share code, notes, and snippets.

View sorenwacker's full-sized avatar

Sören Wacker sorenwacker

View GitHub Profile
@sorenwacker
sorenwacker / interactive_google_oauth2.py
Created December 9, 2020 19:02 — forked from frankie567/interactive_google_oauth2.py
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")