Skip to content

Example on how to use github.com/conradbez/streamlit-auth0

Notifications You must be signed in to change notification settings

conradbez/streamlit-auth0-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy to Streamlit

  • Populate ./.streamlit/secrets.toml like this
clientId = "xxxxxxxxxxxx"
domain = "dev-xxxx.us.auth0.com"
  • streamlit run test.py to test locally
  • on local instance on streamlit interface right click on 3-dot top right and click deploy this app
  • when authorizing app under "Advanced Settings" (screenshot 1.png) set the below
[auth]
clientId = "xxxxxxxxxxxx"
domain = "dev-xxxx.us.auth0.com"
``

About

Example on how to use github.com/conradbez/streamlit-auth0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages