Hasan Can Saral
Hasan Can Saral
``` ... requestFilter: function (req, propName) { return ( propName == 'user' ? req[propName]['email'] : req[propName] ); }, ... ``` did the trick for me. Actually, the documentation could mention...
@rosston Ah, I see. And yes, that would be the behaviour I expect. However, I think that a feature would be useful that could enable one to change key names/nested...
I agree that this is quite a different requirement, and should be considered in a different issue, or feature request, whatever that is :yum: And it also has a workaround,...
@danielfernandez In that case, I have checked that one can use: ``` sec:authorize="hasPermission('id', 'type', 'ADMINISTRATION')" ``` but how can I render `id` dynamically based on some `${obj}`?