Authress-Engineering / openapi-explorer

OpenAPI Web component to generate a UI from the spec.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasicAuth Label missing

splitbrain opened this issue · comments

My API supports JWT token auth and basic auth, which has been configured like this in the spec:

    "security": [
        {
            "basicAuth": []
        },
        {
            "jwt": []
        }
    ],

This generally works fine in the explorer, but it seems there is some kind of label missing for the basicAuth scheme?

screenshot-localhost-2024 01 05-12_26_27
screenshot-localhost-2024 01 05-12_27_58

Not a huge deal, just looks a bit weird.

Thanks for reporting this. It has now been fixed in the latest version of the library: 2.1.650