Download the PHP package codeedu/simplesamlphp-module-sqlauthpassword without Composer
On this page you can find all versions of the php package codeedu/simplesamlphp-module-sqlauthpassword. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codeedu/simplesamlphp-module-sqlauthpassword
More information about codeedu/simplesamlphp-module-sqlauthpassword
Files in codeedu/simplesamlphp-module-sqlauthpassword
Download codeedu/simplesamlphp-module-sqlauthpassword
More information about codeedu/simplesamlphp-module-sqlauthpassword
Files in codeedu/simplesamlphp-module-sqlauthpassword
Vendor codeedu
Package simplesamlphp-module-sqlauthpassword
Short Description A simple sql auth module to simplesamlphp
License MIT
Package simplesamlphp-module-sqlauthpassword
Short Description A simple sql auth module to simplesamlphp
License MIT
Please rate this library. Is it a good library?
Informations about the package simplesamlphp-module-sqlauthpassword
'example-sql-custom' => [ 'sqlauthcustom:SQL', 'dsn' => "mysql:host=$DB_HOST;port=$DB_PORT;dbname=$DB_DATABASE", 'username' => $DB_USERNAME, 'password' => $DB_PASSWORD, 'query' => 'SELECT fields FROM users WHERE email = :email;', 'password_verify' => function($rawPassword, $row){ return password_verify($rawPassword, $row['password']); }, 'ignore_attributes' => ['password'] ],
All versions of simplesamlphp-module-sqlauthpassword with dependencies
PHP Build Version
Package Version
Requires
simplesamlphp/composer-module-installer Version
^1.1
The package codeedu/simplesamlphp-module-sqlauthpassword contains the following files
Loading the files please wait ....