Sha256: 24f252afeeac687776a721a26dfc2d69eac1fd6b18204e79f53a182b6b0bd518

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# 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.1 CHANGELOG.md