cookie: expiry_days: 30 key: random_signature_key name: random_cookie_name credentials: usernames: admin: email: admin@gmail.com name: Admin User password: abc # To be replaced with hashed password: hashed_passwords = stauth.Hasher(['abc', 'def']).generate() preauthorized: # the preferred way to add users since there is no need for manual hashing of passwords emails: - admin@admin.com