• Your Name's avatar
    Add ENCRYPTION_KEY management UI in admin dashboard · b8011207
    Your Name authored
    - Added encryption key configuration section in admin payment settings page
    - Encryption key can now be set/viewed in admin UI instead of only env var
    - Key is stored in admin_settings table with get/save methods in database.py
    - Startup loads key from: 1) database, 2) environment, 3) generates temporary
    - Added API endpoints: GET/POST /api/admin/settings/encryption-key
    - UI shows key status (database/environment/temporary) and allows generation
    - Includes security warnings about not changing key after master keys generated
    - Fixes issue where temporary key was regenerated on every restart
    b8011207
Name
Last commit
Last update
..
add_payment_method.html Loading commit data...
admin_payment_settings.html Loading commit data...
admin_tier_form.html Loading commit data...
admin_tiers.html Loading commit data...
analytics.html Loading commit data...
autoselect.html Loading commit data...
billing.html Loading commit data...
change_email.html Loading commit data...
change_password.html Loading commit data...
delete_account.html Loading commit data...
docs.html Loading commit data...
edit_config.html Loading commit data...
forgot_password.html Loading commit data...
index.html Loading commit data...
login.html Loading commit data...
paypal_connect.html Loading commit data...
pricing.html Loading commit data...
profile.html Loading commit data...
prompts.html Loading commit data...
providers.html Loading commit data...
rate_limits.html Loading commit data...
reset_password.html Loading commit data...
rotations.html Loading commit data...
settings.html Loading commit data...
signup.html Loading commit data...
subscription.html Loading commit data...
user_autoselects.html Loading commit data...
user_index.html Loading commit data...
user_providers.html Loading commit data...
user_rotations.html Loading commit data...
user_tokens.html Loading commit data...
users.html Loading commit data...
verify.html Loading commit data...