Password Authentication

This commit is contained in:
2021-10-20 23:23:36 +02:00
parent aa90500616
commit fb35c5f3cc
9 changed files with 199 additions and 6 deletions

5
auth.example.toml Normal file
View File

@@ -0,0 +1,5 @@
[username]
Password = '1234' # will be converted on start
Domains = [
'subdomain.example.com.',
]