Skip to content

fumadocs-openapi 11.3.4

Support HTTP Basic client authentication in OAuth password flow

Some OAuth servers require client credentials in an HTTP Basic Authorization header instead of the request body. The password flow dialog now offers a Client Authentication select to choose between the two methods, as described in RFC 6749, section 2.3.1.

Fix #3506