so, how would one implement Swagger Bearer token a...
# http4k
n
so, how would one implement Swagger Bearer token auth via the
Security
object? HTTP4K provides one for API key, and the
Security
interface just requires a single filter to do the auth, but how is that rendered via Swagger? for example: https://petstore.swagger.io/ this swagger.json has a section for auth, and has a button saying “Authorize”, but the
Security
interface doesn’t seem to hook into the contract generation piece of http4k