Sha256: a500fd56afcae8ddd747a790fff700b70f085efa3554e3e1e79ea147bd778603
Contents?: true
Size: 803 Bytes
Versions: 1
Compression:
Stored size: 803 Bytes
Contents
# 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.0 | CHANGELOG.md |