资 源 简 介
Fx_Auth, an authentication library for PHP-framework CodeIgniter. It"s based on DX Auth, althouth the code was seriously reworked.
author by: sunzhyng@hotmail.com
site: http://www.mixti.cn/
fx_auth: http://www.mixti.cn/solution/201104/13/n356.shtml
Features
The key points of the library are:
It"s simple
Basic auth options (login, logout, register, unregister).
Very compact (less than 20 files and 7 DB-tables).
Username is optional, only email is obligatory.
It"s secure
Using phpass library for password hashing (instead of unsafe md5).
Counting login attempt for bruteforce preventing (optional). Failed login attempts determined by IP and by username.
Logging last login IP-address and time (optional).
CAPTCHA for registration and repetitive login attempt (optional).
Unactivated accounts and forgotten password requests auto-expire.