heapsource / active_model_otp

Adds methods to set and authenticate against one time passwords (Two-Factor Authentication). Inspired in AM::SecurePassword
MIT License
773 stars 81 forks source link

Replaced all with find_each in README #49

Closed TamerShlash closed 5 years ago

TamerShlash commented 5 years ago

User.all is bad if there are lots of users. User.find_each would be better for those who will copy/paste.