cemerson / auth
A framework & data storage independent authentication library for PHP 7
v0.8
2021-06-01 18:23 UTC
Requires
- php: ^7.3 | ^8.0
- cemerson/clock: ^1.2
- paragonie/password_lock: ^3.0
- psr/log: ^1.1
Requires (Dev)
- phpspec/phpspec: ^7.0
- roave/security-advisories: dev-master@dev
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2026-02-15 01:07:44 UTC
README
A framework & datastorage independent authentication library for PHP
This library was put together with the help of the following resources:
Still to implement:
- Configurable rate limiting
- Password strength requirements?
- Password changing
- Password reset / Forgotten password feature?
- Password generation?
- Two factor authentication?
Not in scope:
- Roles, groups etc