flask-simpleldap
flask-simpleldap copied to clipboard
group_required has no func argument
When in context where wrapping of routes can not be used, one can call ldap.login_required(myfunc). One can not call ldap.group_required(myfync, ["my_groups"]]) since group_required does not support myfunc as argument.
Am i missing something?