diff options
author | Valentin Popov <info@valentineus.link> | 2017-08-14 14:17:17 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-08-14 14:17:17 +0300 |
commit | 5a6c4e224c889c7593507588a74962fecdcf59f3 (patch) | |
tree | 88adc1d649390ef8560d2b9e46836fb56d9c02b4 | |
parent | f02aac323cd94f111976fc19338ba19b752890f7 (diff) | |
download | auth_http-5a6c4e224c889c7593507588a74962fecdcf59f3.tar.xz auth_http-5a6c4e224c889c7593507588a74962fecdcf59f3.zip |
Added instruction for assembling the package.
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ Consequently, the ability to register and restore the password for users will be * HTTP Basic Authentication is the least secure authorization system, because authorization keys are transmitted in clear text. Use a secure HTTPS protocol to protect user information. +## Build +The script `build.sh` collects the final package for installation in Moodle. +```bash +/bin/sh ./build.sh +``` + ## License [MIT](LICENSE.md). Copyright (c) |