![]() |
|
sfEasyAuthPlugin |
|
![]() |
1
user
Sign-in
to change your status |
The sfEasyAuthPlugin is a symfony plugin that provides simple authentication
and authorisation. Built for high-performance environments, it only creates two
database tables, and supports multiple types of users through inheritance. This
significantly reduces the database overhead compared to sfGuardPlugin by allowing
default credentials to be assigned, e.g.
an admin type user will automatically acquire the admin credential upon logging in.
On a site with thousands of users this could represent a big efficiency, both in terms of execution speed and database storage savings.
This plugin supports users having multiple credentials, brute force protection (with configurable attempt and lock-out thresholds), and a remember me feature.