Sushant Torankar

Sushant Torankar

  • 1.4k
  • 220
  • 22.2k

Asp.net web api authorize

Jan 17 2023 9:43 PM

hello everyone,

I am working on asp.net mvc web api

In my api, i have 4 methods, I want to give access (authorize) to 2 methods to particular user and for other user it should say unauthorized

I am using JWT token to authorize methods to specific user

 


Answers (9)