Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty credentials for registration only apps #125

Open
lambda-science opened this issue Jan 31, 2024 · 0 comments
Open

Empty credentials for registration only apps #125

lambda-science opened this issue Jan 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lambda-science
Copy link

lambda-science commented Jan 31, 2024

Hello, thank you very much for this fantastic package. It helps a lot put streamlit apps into "semi-production".
I want to ask, is it possible do to an initial empty config.yaml like:

cookie:
  expiry_days: 1
  key: some_signature_key
  name: streamlit-pythia-auth
preauthorized:
  emails: 
    - [email protected]
    - [email protected]
    - [email protected]

So a yaml that doesn't contain initial credentials key but only preauthorized email so that we can push it to our private repo without pushing initial "admin account" hash ?
Basically I want to push my auth yaml file to my repo for deploymenent with a restricted list of user that will use it, but I don't want to put an initial account inside it.

@mkhorasani mkhorasani added the question Further information is requested label Jan 31, 2024
@mkhorasani mkhorasani added enhancement New feature or request and removed question Further information is requested labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants