feature: expose OpenAPI doc without API key.
- added OpenAPI API paths to WebSecurityConfiguration.kt
- added OpenAPI path patterns to API key filter and allow those requests without an API key.
The idea of using PathPatternParser is based on SpringBoots code.
To test this feature run the application and go to localhost:{APPLICATION_PORT}/swagger-ui.html
Closes #29 (closed)
Edited by Jan-Niclas Strüwer