Skip to content

fumadocs-openapi@11.3.4

Choose a tag to compare

@github-actions github-actions released this 26 Aug 10:48
· 5 commits to dev since this release
0687a8b

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