You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The minimum required version of `@openfeature/server-sdk` currently is `1.7.5`.
81
81
@@ -152,6 +152,24 @@ export class OpenFeatureTestService {
152
152
}
153
153
```
154
154
155
+
#### Managing Controller or Route Access via Feature Flags
156
+
157
+
The `RequireFlagsEnabled` decorator can be used to manage access to a controller or route based on the enabled state of a feature flag. The decorator will throw an exception if the required feature flag(s) are not enabled.
0 commit comments