Tag: API


Use Authorization Header with Swagger

Recently, on a project I had to document an API using Swagger, as an authentication mechanism, the API, is using JWT. The Token needs to be set in the Authorization Header of the HTTP request as this : Authorization Bearer: JWT-token As we wanted to use

Continue Reading