Initial version of fsfdrupalauth, still alpha software
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 9 Nov 2021 23:14:18 +0000 (18:14 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 9 Nov 2021 23:14:18 +0000 (18:14 -0500)
commit395539d7449be61a321c2b3054c02a2e3fc90c29
treec2f3189a719a03469a738fa41df771a3e978f5e6
Initial version of fsfdrupalauth, still alpha software

This is the code that I adapted from SSP SQL Auth about a year ago.
(from simplesamlphp/simplesamlphp-module-sqlauth)

It still needs review, and may have some rough edges.
16 files changed:
.codecov.yml [new file with mode: 0644]
.php_cs.dist [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
bin/check-syntax.sh [new file with mode: 0755]
composer.json [new file with mode: 0644]
default-enable [new file with mode: 0644]
docs/fsf-drupal-auth.md [new file with mode: 0644]
docs/sql.md [new file with mode: 0644]
extlib/bootstrap.inc [new file with mode: 0644]
extlib/drupal-pw-check.php [new file with mode: 0644]
extlib/password.inc [new file with mode: 0644]
lib/Auth/Source/FSFDrupalAuth.php [new file with mode: 0644]
phpunit.xml [new file with mode: 0644]
psalm.xml [new file with mode: 0644]
tests/bootstrap.php [new file with mode: 0644]