mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
387 B
387 B
title | slug |
---|---|
Frequently asked questions | /faq |
How do I enable a feature only for a select group of users, such as people that work at a specific store?
Use the standard strategy and use a strat constraint that says the user must have custom field X with value Y.
Optionally, for non-enterprise, use a custom strategy.
What's UNLEASH_PROXY_SECRETS
and clientKey
...