Implement authorization

Read username from user config, check existence of user and then check password.
This commit is contained in:
2026-06-17 17:34:07 +02:00
parent 87b7015f17
commit 6ca91a33be
5 changed files with 187 additions and 125 deletions

View File

@@ -1,5 +1,3 @@
#include "path.c"
typedef struct {
bool is_dir;
SV name;