Rohan Laghate

Rohan Laghate

  • 1.6k
  • 79
  • 7.5k

How to implement Authorization in Swagger

Mar 29 2023 5:00 AM

I want to implement JWT authorization for my APIs . I am passing token type as Bearer Token in Authorization tab of the Postman;., this is working perfectly fine through postman

However, I want to implement same on Swagger. How to implement this? I am using .net framework and not Core. 

Help would really be appreciated.
 


Answers (4)