Hey!
In the meantime I published my module here:
https://www.drupal.org/project/featureflags_extensions →
The twig extension is just a wrapper for FeatureFlag::isActive($flag_id), usable in twig like this: {% if featureflag_active('flag') %}
The other two features however are more "intrusive", for the permissions part I found no other solution than overriding the global PermissionsChecker service.
If you want you can take a look at the code and let me know what you think! I would still be open to include this in the main featureflags module.
Hi, I added you as maintainer, thanks for the offer!
Thanks for the report! I'll have a look into this.
Joachim Namyslo → credited sch4lly → .