X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authsystem.inc.php;fp=authsystem.inc.php;h=8b26e4fa942af7f6dddfd16b4c4d3f5718d9d04b;hp=2c98f6dd46ccf1d8f53a0ad023801b1b0c3ee841;hb=77f0f9ff1f1c54aef1e7370144df302d83118f70;hpb=558e9862bdf09a65cb41c76569cdb3f4021fa356 diff --git a/authsystem.inc.php b/authsystem.inc.php index 2c98f6d..8b26e4f 100644 --- a/authsystem.inc.php +++ b/authsystem.inc.php @@ -3,6 +3,13 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + Some resources for how to store passwords: + - https://blog.mozilla.org/webdev/2012/06/08/lets-talk-about-password-storage/ + - https://wiki.mozilla.org/WebAppSec/Secure_Coding_Guidelines + oauth-server-php: https://bshaffer.github.io/oauth2-server-php-docs/cookbook +*/ + // error reporting (for testing) ini_set('display_errors', 1); error_reporting(E_ALL);