Securing Swagger API Documentation with an API Key (JWT)
Learn how to secure Swagger API Docs by requiring an API Key (JSON Web Token)
Watch Promo
API stands for Application Programming Interface. An API is a software intermediary that allows two applications to communicate and exchange data. It is one of the main drivers of our world of communication as we know today.
API documentation is a technical content deliverable, containing instructions about how to effectively use and integrate with an API. It’s a concise reference manual containing all the information required to work with the API, with details about the functions, classes, return types, arguments and more, supported by tutorials and examples. In this course, you will learn how to use Swagger to generate the API Documentation of any Spring Boot Application. This course covers how to add the main Swagger configuration class to configuring and customizing the Swagger User Interface.
This course also dives into Angular components, Angular Forms, Angular Routing, and Angular Services. It goes into Angular HTTP Communication, Angular Guard, and Angular Interceptors to manage Caching (web cache or HTTP cache) to create a front end application to allow user to get an API Key.
Course Curriculum
-
PreviewApplication Overview (7:06)
-
PreviewAdding Swagger Dependency (0:49)
-
PreviewSwagger Configuration - Part 1 (5:15)
-
PreviewSwagger Configuration - Part 2 (6:52)
-
StartSwagger Configuration - Part 3 (4:07)
-
StartSwagger Configuration - Part 4 (4:38)
-
StartAccess Swagger UI (5:15)
-
StartAdditional OAuth and UI Configuration (8:11)
-
StartTesting Swagger UI with API Key (11:06)
-
StartCustomize Model Classes (4:59)
-
StartResource Configuration (10:18)