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 62 Streamlit-Authenticator issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way that we can get the email address and the name of the newly registered user without modifying the package code. Currently is returns if a...

Hello, When you log in with Streamlit-Authenticator, the code is executed 3 times. I added a print('test') command and I can see 'test' 3 times in the console. I'm using...

help wanted

Hi @mkhorasani thanks for this amazing package, I kindly request your assistance with an issue that's surfaced with a Streamlit app we've recently deployed on Azure cloud. From yesterday, we've...

help wanted

It would be terrific is the user credentials could be stored in a remote data store (Deta, Mongo, etc). I would be happy to integrate this feature if you are...

enhancement

Hi, great job with this component, it is really useful. I was trying to do a login or register and I thought it would be useful to be able to...

enhancement

## Description ## I have a Streamlit application deployed in AWS Elastic Beanstalk. To authenticate users, my app has been using streamlit-authenticator in version 0.2.1. My app has been in...

help wanted

![image](https://github.com/mkhorasani/Streamlit-Authenticator/assets/157553372/a79a83af-0fb3-4d62-a33a-126828c0adf8) ![image](https://github.com/mkhorasani/Streamlit-Authenticator/assets/157553372/6caa1aa0-6634-44bd-979c-99986d9bf297)

help wanted

Hello, I want to add user authorization system to the application with Azure AD. How can I do that. Does this module have such support? I would appreciate your help.

enhancement

I have been a very happy user of this repo for months - automatically logging in with a cookie is __SO__ nice! I just noticed some odd behaviour that took...

help wanted

when i reset the password, fill the new pw, and press the 'reset' button, but an error warning like: **'Authenticate' object has no attribute 'max_concurrent_users'** i don't understand why

bug