Contents

streamlit-authenticator 0.3.2

0

A secure authentication module to validate user credentials in a Streamlit application.

A secure authentication module to validate user credentials in a Streamlit application.

Stars: 1225, Watchers: 1225, Forks: 211, Open Issues: 21

The mkhorasani/Streamlit-Authenticator repo was created 2 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 1225 github stars!

How to Install streamlit-authenticator

You can install streamlit-authenticator using pip

pip install streamlit-authenticator

or add it to a project with poetry

poetry add streamlit-authenticator

Package Details

Author
Mohammad Khorasani
License
None
Homepage
https://github.com/mkhorasani/Streamlit-Authenticator
PyPi:
https://pypi.org/project/streamlit-authenticator/
GitHub Repo:
https://github.com/mkhorasani/Streamlit-Authenticator

Classifiers

No  streamlit-authenticator  pypi packages just yet.

Errors

A list of common streamlit-authenticator errors.

Code Examples

Here are some streamlit-authenticator code examples and snippets.

GitHub Issues

The streamlit-authenticator package has 21 open issues on GitHub

  • Is the cookiemanager safe enough to be deployed in production?
  • Update docstring for register_user method
  • Cannot use authenticate with multipage app
  • st.session_state adding key without a value
  • Passing on st.session_state["password"] for further POST/Login request, but safely?
  • Your app is having trouble loading the extra_streamlit_components.CookieManager.cookie_manager component.
  • Custom authentication method
  • Any way to enable enter key?

See more issues on GitHub

Related Packages & Articles

easy-auth 2.0.3

Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.

Authomatic 1.2.1

Authorization / authentication client library for Python web applications