Move password stretching into a background job for fast user creation but while maintaining difficult to crack storage.
Stars
8
Forks
0
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
Merge pull request #4 from danielwestendorf/skip-ar-callbacks-after-stretch
4b2afb3View on GitHubUse update_column to skip AR callbacks after the password has been stretched (#3)
6ad80ebView on GitHubMove populating stretch marks to it's own generator (#2)
7ec66f9View on GitHubAdd stretch marks to existing records already in the database (#2)
18d142fView on GitHubAdd stretch mark to serve as the #authenticatable_salt so that users don't get logged out on stretching (#1)
effa6c8View on GitHubSwitch to after_commit instead of after_save to prevent race conditions
52856e3View on GitHub