cemerson / auth
A framework & data storage independent authentication library for PHP 7
Installs: 2 106
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
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: 2024-10-14 21:58:36 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