Openapi auth using api key or JWT

I see that the UseBearerSecurity is supported in swagger but not open api. I’d like my customers to be able to use the openapi version of swagger ui (i use the ApiDeclarationFilter extensively) and send along a bearer token. Is there a supported way to do this? I’d prefer not to hack up the embedded resources.

See the Open API docs for a JWT Example:

https://docs.servicestack.net/images/openapi/bearer-auth.png

i.e. you need to enter Bearer <JWT> in the Autorization Header option when clicking Authorize.

I saw that but was not in my Package… ServiceStack.OpenAPI.Core 5.4 Changed to 5.5 non core all good, thanks.