1. IntroductionSwaggeris an open specification for describing and documentingRESTfulAPIs, it is a standard specification and set of tools for defining, producing, consuming, and visualizingRESTfulweb services. It makes it easy to design, build, document, and consume APIs efficiently.But, if we are using theJWTin theAPI(find more in my previous article), you will find that can’t get data from the API in theSwaggerUI, because we also need to pass theJWTto theAPIto get data, but it seems there is no way to do that, right?Okay, in this article, I will show you how to do that!2. Setup the Swa
...
继续阅读
(190)