ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Runtime configuration persistence #57

Open k-allagbe opened 11 months ago

k-allagbe commented 11 months ago

Some configuration variables, such as the Token Blacklist and Allowed Origins, might change during runtime and need to be persisted. This ensures that even after application restarts, these values are retained and do not need to be reconfigured manually.