sweatstack 0.16.0__tar.gz → 0.17.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sweatstack-0.16.0 → sweatstack-0.17.0}/PKG-INFO +1 -1
- {sweatstack-0.16.0 → sweatstack-0.17.0}/pyproject.toml +1 -1
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/streamlit.py +1 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/uv.lock +1 -1
- {sweatstack-0.16.0 → sweatstack-0.17.0}/.gitignore +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/.python-version +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/DEVELOPMENT.md +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/Makefile +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/README.md +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/__init__.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/cli.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/client.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/constants.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/ipython_init.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/jupyterlab_oauth2_startup.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/openapi_schemas.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/py.typed +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/schemas.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/sweatshell.py +0 -0
- {sweatstack-0.16.0 → sweatstack-0.17.0}/src/sweatstack/utils.py +0 -0
|
@@ -113,6 +113,7 @@ class StreamlitAuth:
|
|
|
113
113
|
|
|
114
114
|
def authenticate(self):
|
|
115
115
|
if self.is_authenticated():
|
|
116
|
+
st.toast("SweatStack authentication successful!", icon="✅")
|
|
116
117
|
self._show_sweatstack_logout()
|
|
117
118
|
elif code := st.query_params.get("code"):
|
|
118
119
|
self._exchange_token(code)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|