exeba / simplesamlphp-module-hashsqlauth
This is a authentication module for authenticating a user against a SQL database
Package info
github.com/exeba/simplesamlphp-module-hashsqlauth
Type:simplesamlphp-module
pkg:composer/exeba/simplesamlphp-module-hashsqlauth
v2.0.3
2024-04-18 13:20 UTC
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: 2026-03-18 17:23:12 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.