Skip to content

[BREAKING] Add basic http auth to api endpoints

James Nutt requested to merge feature-api-auth into main

This mr enables basic http authentication for all non webhook related endpoints when SETTINGS__ANONYMOUS_ACCESS is set to false.

When anonymous access is not enabled, all api requests require Authorization header: https://swagger.io/docs/specification/authentication/basic-authentication/

Edited by James Nutt

Merge request reports