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.