Skip to content

feat: decorator for admin endpoint authentication

A cask decorator was added to authenticate users for a certain sensitive endpoint. It uses basic HTTP authentication process. The most important things to note are that we should always ensure an HTTPS connection to this endpoint, we should also protect it against bruteforce attack using nginx rate limiting, and we should use a strong password !

Merge request reports

Loading