## This PR - Feature: Adds a `RequireFlagsEnabled` decorator to allow a simple, reusable way to block access to a specific controller or endpoint based on the value of a list of one, or many, boolean flags ### Notes - Discussions on the approach & implementation are welcome! ### Follow-up Tasks - Update OpenFeature NestJS docs to include new `RequireFlagsEnabled` decorator & usage examples ### How to test `npx jest --selectProject=nest` --------- Signed-off-by: Kaushal Kapasi <kaushal.kapasi@taplytics.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com> |
||
|---|---|---|
| .. | ||
| fixtures.ts | ||
| open-feature-sdk.spec.ts | ||
| open-feature.module.spec.ts | ||
| test-app.ts | ||