HTTP digest authentication

The digest http authentication does not allow to use a password storing
systems, that do not successively allow to retrieve it, even if hashed
This commit is contained in:
paolo
2016-04-14 15:24:53 +02:00
parent 64de1ed4f4
commit aec2e7b5ac
17 changed files with 311 additions and 4195 deletions
+3 -1
View File
@@ -9,8 +9,10 @@ build_settings:
pgsql:
host: 'localhost;dbname=template1'
user: 'fhcomplete'
pass: 'fhcomplete'
pass: 'fhcomplete'
setup:
shell:
- "pkill -f fhctest &"
composer:
directory: ""
action: "install"