exeba/simplesamlphp-module-hashsqlauth

This is a authentication module for authenticating a user against a SQL database

Installs: 263

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 6

Open Issues: 0

Type:simplesamlphp-module

v2.0.3 2024-04-18 13:20 UTC

This package is auto-updated.

Last update: 2024-04-18 13:20:46 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.