flask-simpleldap icon indicating copy to clipboard operation
flask-simpleldap copied to clipboard

group_required has no func argument

Open stackErr-NameNotResolved opened this issue 4 years ago • 0 comments

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?