go version go1.25.9 linux/amd64
huma version v2.38.0
Breif introduction
Authorize button is not clickable when DocsRendererSwaggerUI is selected. When DocsRendererScalar or DocsRendererStoplightElements is used everything is working as expected.
Steps to reproduce:
- Create huma config with
config.DocsRenderer = huma.DocsRendererSwaggerUI
- Open
SwaggerUI, click Authorize, enter token and try to apply it
- See that token is not saved and not applied when appropriate requests are sent.
Expected behaviour
Token is applied and used when appropriate requests are made.
Comment
If you need an additional information, let me know about it here 😸
go version go1.25.9 linux/amd64
huma version v2.38.0
Breif introduction
Authorize button is not clickable when
DocsRendererSwaggerUIis selected. WhenDocsRendererScalarorDocsRendererStoplightElementsis used everything is working as expected.Steps to reproduce:
config.DocsRenderer = huma.DocsRendererSwaggerUISwaggerUI, click Authorize, enter token and try to apply itExpected behaviour
Token is applied and used when appropriate requests are made.
Comment
If you need an additional information, let me know about it here 😸