Hi everyone,
I hope someone could help me.
Im developing a security module where I would like to apply authentication mechanisms to separate REST urls.
My issue is that my custom filter is applied to all URLs that I enter. I thought that if I changed the intercept URL
pattern then the filter would not need to be applied? can anyone help me understand this?
Here’s my Config
So if I access /database/register/user - The customRestFilter is applied
but if I access /database/login - The customRestFilter is also applied - I thought this would not be the case???
Can anyone help me understand this please??