When creating custom module UIs, we are given an authorization policy by Siteglide to check the auth parameter and decide whether the request is a secure request from Admin.
However, when using this as an authorization policy, it's difficult to combine with other logic, e.g. grant access if request is from Admin OR logged into a front end secure zone.
Please can we be given access to a Liquid function which runs the same logic and returns a boolean? This would be a useful alternative in some cases and would increase flexibility.