{"id":21010604,"url":"https://github.com/geoffdutton/streamlit-auth0-ts","last_synced_at":"2025-10-07T12:47:53.710Z","repository":{"id":220751001,"uuid":"752505818","full_name":"geoffdutton/streamlit-auth0-ts","owner":"geoffdutton","description":"Updated version of streamlit-auth0","archived":false,"fork":false,"pushed_at":"2024-02-04T06:39:52.000Z","size":2426,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T22:45:34.565Z","etag":null,"topics":["streamlit-component"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geoffdutton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-04T03:12:44.000Z","updated_at":"2024-02-04T03:31:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f1b7560-142f-4233-b9de-97d48423027d","html_url":"https://github.com/geoffdutton/streamlit-auth0-ts","commit_stats":null,"previous_names":["geoffdutton/streamlit-auth0-ts"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/geoffdutton/streamlit-auth0-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffdutton%2Fstreamlit-auth0-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffdutton%2Fstreamlit-auth0-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffdutton%2Fstreamlit-auth0-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffdutton%2Fstreamlit-auth0-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geoffdutton","download_url":"https://codeload.github.com/geoffdutton/streamlit-auth0-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffdutton%2Fstreamlit-auth0-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278778960,"owners_count":26044256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["streamlit-component"],"created_at":"2024-11-19T09:21:38.718Z","updated_at":"2025-10-07T12:47:53.681Z","avatar_url":"https://github.com/geoffdutton.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Auth0-Streamlit :forked:\n\n**The fastest way to provide comprehensive login inside Streamlit**\n\n_Updated to latest auth0 sdk_\n\nThis is a fork of the original [onradbez/streamlit-auth0@c5e5666](https://github.com/conradbez/streamlit-auth0#c5e5666). Thanks to the original author for the great work!\n\n![Example of Streamlit-Auth0|635x380](demo.gif?raw=true)\n\n## Installation\n\n`pip install streamlit-auth0-ts`\n\n## Setup\n\n- Register for Auth0\n- Create a Single Page Application and navigate to the \"settings\" tab\n- Set `Allow Callback URLs` to `http://localhost:8501/component/streamlit_auth0_component.auth0_login_button/index.html`\n- Set `Allowed Logout URLs` to `http://localhost:8501/component/streamlit_auth0_component.auth0_login_button/index.html`\n- Set `Allowed Web Origins` to `http://localhost:8501`\n- Copy `client_id` and `domain` from the Application settings, and put it into a `.env` file in the root of your project and ddd the following:\n\n  - `AUTH0_CLIENT_ID=\"your_client_id\"`\n  - `AUTH0_DOMAIN=\"your_domain\"`\n\n- Follow example below\n\n## An example\n\nOn Auth0 website start a \"Single Page Web Application\" and copy your client-id / domain (of form xxxx.us.auth0.com) into code below.\n\n```\nfrom auth0_component import login_button\nimport streamlit as st\n\nclientId = \"....\"\ndomain = \"....\"\n\nuser_info = login_button(clientId, domain = domain)\nst.write(user_info)\n```\n\n`user_info` will now contain your user's information\n\n## Todo\n\n- Pass all info through JWT, at the moment the `sub` field is the only field passing through verification\n- Test with other providers, only Google tested\n\n## Deploy\n\n- `Change version in setup.py`\n- `cd auth0_component/frontend/  \u0026\u0026 npm run build \u0026\u0026 cd .. \u0026\u0026 cd .. \u0026\u0026 rm -rf dist/* \u0026\u0026 python setup.py sdist bdist_wheel`\n- `twine upload dist/*`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoffdutton%2Fstreamlit-auth0-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeoffdutton%2Fstreamlit-auth0-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoffdutton%2Fstreamlit-auth0-ts/lists"}