@featureflare/sdk-js 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -152,6 +152,10 @@ Each environment has two SDK keys:
|
|
|
152
152
|
|
|
153
153
|
Get your SDK keys from your FeatureFlare Console → Environments.
|
|
154
154
|
|
|
155
|
+
## Security: Client-side flags are not authorization
|
|
156
|
+
|
|
157
|
+
Client keys can be extracted from your frontend bundle. **Never gate truly sensitive operations solely with client-evaluated flags**—enforce authorization on your backend. Use client keys for non-sensitive UI toggles (e.g. feature visibility, A/B tests). For access control, billing gates, or data protection, always validate on the server.
|
|
158
|
+
|
|
155
159
|
## License
|
|
156
160
|
|
|
157
161
|
MIT
|