use basic auth again

This commit is contained in:
Florian Hoss 2022-04-24 00:41:16 +02:00
parent bda65724aa
commit a4870fd6fd
2 changed files with 22 additions and 0 deletions

View file

@ -24,6 +24,7 @@ namespace fw
credential_t credentials;
ok_t setup_auth(const char *, const char *);
auth_t check_auth();
void setup_routing();
void get_firewall_rule_handler();