Streamlit-Authenticator icon indicating copy to clipboard operation
Streamlit-Authenticator copied to clipboard

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

Results 46 Streamlit-Authenticator issues
Sort by recently updated
recently updated
newest added

Does anyone know how to set SameSite cookie? I'd appreciate it if someone could implement it for us.

Using a yaml>toml converter it's possible to store the entire yaml configuration as a secret using streamlit cloud, which works as expected. For deploying from other services, how can leverage...

Had installed authenticator, everything set up and working fine, then decided to install extra components to take a look and now login for throws this error over and over. "Invalid...

In one of my Streamlit applications, I wanted to distribute permissions to different users using groups. Therefore I extended Streamlit-Authenticator with another field. For this, I created the key "users"...

Hi, I found that if I enable the evernote clipper in the chrome, I can't login for some reason, and nothing is displayed in the terminal. Other extension have nothing...

Hi, I want to press the enter key on the keyboard for authentication instead of clicking the login button. Any way to enable this function?

This PR is related to issue https://github.com/mkhorasani/Streamlit-Authenticator/issues/9 This implements the possibility to automatically save the hashed_passwords as a file (with the .`generate` method), and load it (with the `.Authenticate` method)....

Hi, First of all thank you for your work on [Streamlit-Authenticator](https://github.com/mkhorasani/Streamlit-Authenticator), it's a very appreciated module :) I have a feature request to ease its use. It turns out that...

Previously the error and warning messages were displayed on the main page even if we select sidebar option. Returned the location value from the login function to be checked later...

Hi Mohamed - the transition from login page to main page for our app is very rough. i see login page for few seconds overlayed with main page which decreases...

help wanted