Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

support feature flags #65

Open Eskibear opened 2 months ago

Eskibear commented 2 months ago

By default feature flags are excluded and cannot be loaded. Only when featureFlagOptions.enabled is true, it loads feature flags as a whole into a preserved key feature_management, according to featureFlagOptions.selectors. The refresh behavior is independently controlled by featureFlagOptions.refresh.