Sha256: 327874c39ea030ea19fa85815a9df4ac621c9653c9f0fc5430c4296d124a2996

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# v3.1.2

- Make flash message key configurable via
  `SimpleAuth::Config#flash_message_key`.

# v3.1.1

- Catch exceptions related to record not found when session tries to load a
  record from session. You can customize the recognized exceptions by adding the
  error class to `SimpleAuth::Session.record_not_found_exceptions`.

# v3.1.0

- SimpleAuth now uses [GlobalID](https://github.com/rails/globalid) as the
  identification that's saved on the session. This should be a seamless
  migration (users will only have to re-login). This allows using any objects
  that respond to `#to_gid`, including namespaced models and POROs.

# v3.0.0

- Reimplemented library.
- Add support for scoped authentication (e.g. user and admin).

# v2.0.3

- Assign the raw password/confirmation, so we can apply validations on the raw
  value.

# v2.0.2

- The compat wasn't validating fields correctly.

# v2.0.1

- The compat mode wasn't generating the `password_digest`.

# v2.0.0

- Released version 2.0.0. This version removes support for MongoDB
  and switches to `has_secure_password` encryption method. This
  change requires Rails 3.1.0+.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_auth-3.1.2 CHANGELOG.md