mkhorasani / Streamlit-Authenticator

A secure authentication module to manage user access in a Streamlit application.
Other
1.66k stars 258 forks source link

config.yml not populating new user details after sign up via Google #236

Closed iamsharduld closed 4 weeks ago

iamsharduld commented 4 weeks ago

config.yml not populating new user details after sign up via Google, so throws below error after every restart

raise LoginError('User not authorized') streamlit_authenticator.utilities.exceptions.LoginError: User not authorized

mkhorasani commented 4 weeks ago

Please make sure you are saving the config file as shown in this step.

iamsharduld commented 4 weeks ago

Thank you!