Skip to content

[BREAKING] Add basic http auth to api endpoints

George Koltsov 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 George Koltsov

Merge request reports