1
Answer

How to remove Jwt token authentication on method level

Naruto Reddy

Naruto Reddy

4y
580
1
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.
Answers (1)