Hi everyone,
Ive created a Neos extension that renders a View using Fusion via a controller, the problem im having is that the Security Context is always null and hence the eel helper Security.hasAccess() always fails.
What could be the reason for this?
This issue has been solved.
The problem was that the Controller was not added to the requestPatterns for the Authentication Provider in the Settings.yaml.
Thanks to Christian Müller in the Slack channel.