Devise::Async::Stretch
Move password stretching into a background job for fast user creation but while maintaining difficult to crack storage.
Don't use this. Everything will work in development, but once you deploy to production, users will get logged out once the bg job executes.
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