Skip to content

Add Basic Auth Middleware

Yun.Long requested to merge wip/add-basic-auth-middleware into main

This MR adds basic authentication middleware to protect API endpoints. The middleware requires username/password authentication for all endpoints except documentation pages.

Merge request reports