cookie: expiry_days: 30 key: some_signature_key name: my_auth_cookie credentials: usernames: timmy: email: timmy.lo@automodules.com failed_login_attempts: 0 logged_in: true name: Timmy password: abc # Will be hashed automatically user1: email: user1@example.com failed_login_attempts: 0 logged_in: false name: User One password: abc # Will be hashed automatically user2: email: user2@example.com failed_login_attempts: 0 logged_in: false name: User Two password: abc # Will be hashed automatically pre-authorized: emails: - admin@example.com - manager@example.com