Spring Boot + Basic Auth + Swagger (OpenAPI) Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Good tutorial. What if I wanted to have basic authentication on swagger-ui and JWT authentication for the endpoints instead? I'm trying but I'm not succeeding. You would be of great help to me

dnlnfr
Автор

if I try to execute the get employees api using swagger it again asks for basic authentication credentials. even though i added swagger config file

raviravi-ggck
Автор

only GET is working, other handler methods not working for basic auth

raviravi-ggck