exeba / simplesamlphp-module-hashsqlauth
This is a authentication module for authenticating a user against a SQL database
Installs: 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 7
Open Issues: 0
Type:simplesamlphp-module
Requires
- php: >=7.4 || ^8.0
- ext-pdo: *
- simplesamlphp/assert: ^1.0.0
- simplesamlphp/composer-module-installer: ^1.3.2
- simplesamlphp/simplesamlphp: ^2.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-02-18 14:56:08 UTC
README
Fork of simplesamlphp-module-sqlauth
that allows to verify password using php password_verify()
method, instead of hashing via SQL.
Useful when the database does not support a specific hashing method.