Skip to content

Instantly share code, notes, and snippets.

View tranhoangnguyen03's full-sized avatar

Tran Hoang Nguyen tranhoangnguyen03

  • 17:06 (UTC +07:00)
View GitHub Profile
@tranhoangnguyen03
tranhoangnguyen03 / interactive_google_oauth2.py
Created July 31, 2020 04:25 — forked from laranea/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")