mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

How to use preauthorization? #86

Closed LiminLN closed 10 months ago

LiminLN commented 10 months ago

How to use preauthorization when set preauthorization=True in authenticator.register_user?

mkhorasani commented 10 months ago

Please follow step 5 of the readme file. You will also need to populate your config file with a list of preauthorized emails of users who can register.

LiminLN commented 10 months ago

Got it. Thanks! @mkhorasani