Naruto Reddy

Naruto Reddy

  • NA
  • 123
  • 36.2k

How to remove Jwt token authentication on method level

Jul 16 2020 1:25 PM
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)