Multiple security schemes alongside OAuth and health check improvements
This release adds support for multiple security schemes alongside OAuth on public servers and improves server health check reliability.
Features
- Multiple security schemes with public OAuth #2023 - Added support for multiple security schemes even when OAuth servers are configured on public servers. (Author: @qstearns )
- Improved server health checks #2018 - Moved control server initialization after all routes and middleware are attached, and added a
/healthzendpoint to the main API mux so the control server can verify the API is actually serving traffic before reporting healthy. (Author: @disintegrator )