- Omniauthable example added
- Example added to show functionality of
confirmable
feature, other features exceptomniauthable
work similar to this, view /examples folder
Warden::authenticate_user()
andWarden::http_authenticate_user()
deleted in favor ofWarden::authenticate()
andWarden::http_authenticate()
respectively- Removed unnecessary _init() method in Warden class
- Fixed issue where
Warden::current_user()
was returning false, even when logged in. - Tidied up and improved README
- Warden_Mailer will now use default email set in Email package
- Made the install tasks table_prefix aware (Tenga)
- Code formatted
Huge changes to pretty much everything since initial release. See README for full details. Contributions from: andreoav, JesseObrien, rclanan