v0.11.0
Added
- New
controller#authenticate(params)
method. Redefine username & password or
other styles of authentication.
Changed
before_filter :authenticate
API replaced with more aptly-namedbefore_filter :authorize
.
Removed
- Removing password confirmation.