Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.49 KB

File metadata and controls

58 lines (37 loc) · 1.49 KB

clearance-deprecated_password_strategies

This gem contains the three password strategies deprecated in Clearance 1.10.0:

  • Clearance::PasswordStrategies::Blowfish
  • Clearance::PasswordStrategies::SHA1
  • Clearance::PasswordStrategies::BCryptMigrationFromSHA1

These strategies were removed from Clearance because we no longer use or maintain them.

Integritive Overrides

This gem was forked to add support for sites that utilized SHA1 "salting and stretching" to improve password security. The SHA1 password strategy has new methods for handling these types of logins.

Usage

Add this line to your application's Gemfile:

gem 'clearance-deprecated_password_strategies'

And then execute:

$ bundle

Contributing

See the CONTRIBUTING document. Thank you, contributors!

License

Open source templates are Copyright (c) 2015 thoughtbot, inc. It contains free software that may be redistributed under the terms specified in the LICENSE file.

About

thoughtbot

Templates are maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

We love open source software! See our other projects or hire us to help build your product.