demo / auth_config.yaml
VeuReu's picture
Upload 9 files
1a61999
raw
history blame
376 Bytes
credentials:
usernames:
google_oauth:
email: 'google_oauth_user'
name: 'Google User'
password: 'oauth_password' # This will be handled by OAuth
cookie:
expiry_days: 30
key: 'veureu_auth_cookie_key' # Change this in production!
name: 'veureu_auth_cookie'
preauthorized:
emails:
- '[email protected]' # Add preauthorized emails if needed