Devise::Async::Stretch
Move password stretching into a background job for fast user creation but while maintaining difficult to crack storage.
Who, why, and how? See the website.
Contributing
- Fork it ( https://github.com/[my-github-username]/devise-async-stretch/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request