Closed
Description
Overview
There is a common requirement to be able to send a subset of flags to an SDK client. As an example use case, if there is a single Flagsmith project that is being consumed by both a server side and client side SDK. Its probable that some of the server side SDK flags are neither relevant to the client side SDK, and in addition its probably that they would want top be private from the client side SDK.
Potential Approach
We could provide an API key per Tag
. This would then filter the flags returned to the SDK to the subset of flags that are tagged with the particular tag.
In the use case above, this would mean having two tags: Server Side
and Client Side
. Each SDK would then be configured with the API key specific to each Tag.