summaryrefslogtreecommitdiff
path: root/classes/iauthmodule.php
AgeCommit message (Collapse)Author
2021-11-14normalize some mismatching hook function definitions to match base Plugin classAndrew Dolgov
2021-11-14deal with phpstan warnings related to base authentication modulesAndrew Dolgov
2021-02-08fix hierarchy of authentication modules, make everything extend Auth_Base ↵Andrew Dolgov
and implement hook_auth_user() for pluginhost
2019-11-01add placeholder authentication via app passwords if service is passedAndrew Dolgov
forbid logins via regular passwords for services remove AUTH_DISABLE_OTP
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov