# Generate a bcrypt hash for `web_password` e.g. via: # python3 -c "import bcrypt; print(bcrypt.hashpw(b'your-password', bcrypt.gensalt()).decode())" # or: # htpasswd -bnBC 12 '' your-password | tr -d ':\n' [[user]] slug = "dr_mueller" api_key = "change-me-to-a-secure-key" web_password = "$2b$12$..." role = "doctor" [[user]] slug = "dr_schmidt" api_key = "change-me-to-a-secure-key" web_password = "$2b$12$..." role = "doctor"