Hello,
I have a base service class that is marked with [Authenticate] attribute. Now, I have a class that inherits from this base service class and I need to implement there a method that doesn’t require authentication (other methods do).
Can I do it? How can I do it?
Thank you