LICENCE
README.md
setup.py
doc/__init__.py
doc/app/__init__.py
doc/app/documentacao.py
streamlit_auth/__init__.py
streamlit_auth/authentication/__init__.py
streamlit_auth/authentication/backend/__init__.py
streamlit_auth/authentication/backend/auth.py
streamlit_auth/authentication/backend/exceptions.py
streamlit_auth/authentication/backend/models.py
streamlit_auth/authentication/frontend/__init__.py
streamlit_auth/authentication/frontend/manager/__init__.py
streamlit_auth/authentication/frontend/manager/perms.py
streamlit_auth/authentication/frontend/manager/sessions.py
streamlit_auth/authentication/frontend/manager/users.py
streamlit_auth/authentication/frontend/profile/__init__.py
streamlit_auth/authentication/frontend/profile/user_profile.py
streamlit_auth/config/__init__.py
streamlit_auth/config/settings.py
streamlit_auth/core/__init__.py
streamlit_auth/core/enviar_email.py
streamlit_auth/core/database/__init__.py
streamlit_auth/core/database/manager.py
streamlit_auth/utils/__init__.py
streamlit_auth/utils/session_state.py
streamlit_auth_mfa.egg-info/PKG-INFO
streamlit_auth_mfa.egg-info/SOURCES.txt
streamlit_auth_mfa.egg-info/dependency_links.txt
streamlit_auth_mfa.egg-info/requires.txt
streamlit_auth_mfa.egg-info/top_level.txt
test/__init__.py
test/test_authentication.py