-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Based on a solution mentioned in this comment.
There should be a way of guarding routes via a configuration file. The definition of this configuration should look a bit like the way you define security access control within symfony:
nusje2000_feature_toggle:
access_control:
- {path: ^/path-1, features: {feature_1: true}} # will only be accessible if feature_1 is enabled
- {path: ^/path-2, features: {feature_2: false}} # will only be accessible if feature_2 is disabledReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels