Sha256: 48eec5c00b5fa50ea80203bbf2f2f7a755c2a6290f925131ec9d697569ace733
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
# CHANGELOG ## 1.2.1 (15 August 2012) * Ignore blank usenames when authenticating. ## 1.2.0 (18 July 2012) * User activation. ## 1.1.2 (7 February 2012) * Replace ActiveSupport::SecureRandom with SecureRandom. ## 1.1.1 (18 October 2011) * Only change password when a non-blank value is given. * Add `authenticated?` helper method. ## 1.1.0 (7 October 2011) * Correctly handle blank username in password reset. * Allow configuration of cookie domain. * Pass controller to signed_{in,out}_url to allow routes with options/parameters. * Fix bug where `signed_in_url` config setting was overwritten. * Harmonise bcrypt-ruby dependency with ActiveModel::SecurePassword. * Allow conditional validation of authentication attributes. * Allow authentication of any model. ## 1.0.7 (4 October 2011) * Allow more recent bcrypt-ruby versions. ## 1.0.6 (4 October 2011) * Fix sign-in hook when called outside Quo Vadis. ## 1.0.5 (23 February 2011) * Support blocking of sign-in process. ## 1.0.4 (22 February 2011) * Work with Rails' improved CSRF protection. * Prevent session fixation attacks. ## 1.0.3 (7 February 2011) * Remember user between browser sessions. ## 1.0.2 (27 January 2011) * Forgotten-password functionality. ## 1.0.1 (26 January 2011) * Configurable layout. * Make flash messages optional. ## 1.0.0 (25 January 2011) * Sign in. * Sign out. * Authenticate actions. * Remember URL user wants to view. * Hooks for sign in, sign out, failed sign in.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quo_vadis-1.2.1 | CHANGELOG.md |