SmartAuth is the smart way to implement authentication and authorization for your FuelPHP projects.
Security & efficiency are the main goals of this package.
To check out the code: http://github.com/laheab/smartauth
Currently I'm working on the email functionality, such as user activation and password recovery.
Better documentation are on the way.
Do you think an Auth driver is needed?
So what functionality do you think is important in an auth library?
What does this differ from the current Auth package?
If it's database driven roles and groups, it would have been better to implement it as Auth drivers, which would allow users of the Auth package to switch from the config driven system in SimpleAuth to your solution without any changes to the application.