HI Experts,
I have a question on Jwt token Authentication.
I have a method "GetUserData" in some API controller. I want to remove Jwt token Authentication for that particular "GetUserData" method.
I have tried applying "AllowAnonymous" filter but its not working.
Any help would be appreciated.