Skip to content

v0.11.0

Compare
Choose a tag to compare
@croaky croaky released this 11 Sep 20:02
· 924 commits to main since this release

Added

  • New controller#authenticate(params) method. Redefine username & password or
    other styles of authentication.

Changed

  • before_filter :authenticate API replaced with more aptly-named before_filter :authorize.

Removed

  • Removing password confirmation.

Full Changelog