9
Answers

Asp.net web api authorize

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)