README.md in auther-3.2.0 vs README.md in auther-4.0.0
- old
+ new
@@ -30,18 +30,17 @@
# Requirements
0. Any of the following Ruby VMs:
- [MRI 2.x.x](http://www.ruby-lang.org)
- [JRuby 1.x.x](http://jruby.org)
- - [Rubinius 2.x.x](http://rubini.us)
0. [Ruby on Rails 4.x.x](http://rubyonrails.org).
# Setup
For a secure install, type the following from the command line (recommended):
- gem cert --add <(curl -Ls http://www.alchemists.io/gem-public.pem)
+ gem cert --add <(curl -Ls https://www.alchemists.io/gem-public.pem)
gem install auther --trust-policy MediumSecurity
NOTE: A HighSecurity trust policy would be best but MediumSecurity enables signed gem verification while
allowing the installation of unsigned dependencies since they are beyond the scope of this gem.
@@ -196,19 +195,10 @@
To test, run:
bundle exec rspec spec
-# Upgrading
-
-For those using Auther 1.x.x, there are a few minor changes to be applied in order to upgrade to 2.x.x:
-
-0. Move the old Auther settings (i.e. `config/application.rb`) into an Auther initilizer (i.e.
- `config/initializers/auther.rb`). Read the *Customization- section above for additional instruction.
-0. All account settings have changed from `login` and `password` to `encrypted_login` and `encrypted_password` keys.
-0. The `success_url` account settings have been renamed to `authorized_url`.
-
# Troubleshooting
- If upgrading Rails, changing the cookie/session settings, generating a new secret base key, etc. this might
cause Auther authentication to fail. Make sure to clear your browser cookies in this situation or use Google
Chrome (incognito mode) to verify.
@@ -224,14 +214,14 @@
Read [CONTRIBUTING](CONTRIBUTING.md) for details.
# Credits
-Developed by [Brooke Kuhlmann](http://www.alchemists.io) at [Alchemists](http://www.alchemists.io).
+Developed by [Brooke Kuhlmann](https://www.alchemists.io) at [Alchemists](https://www.alchemists.io).
# License
-Copyright (c) 2014 [Alchemists](http://www.alchemists.io).
+Copyright (c) 2014 [Alchemists](https://www.alchemists.io).
Read the [LICENSE](LICENSE.md) for details.
# History
Read the [CHANGELOG](CHANGELOG.md) for details.