Streamlit-Authenticator, Part 1: Adding an authentication component to your app

I used:

authenticator = stauth.Authenticate( config['credentials'], config['cookie']['name'], config['cookie']['key'], config['cookie']['expiry_days'], config['preauthorized'] )

1 Like