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

Add support for ruby 3.0 #77

Closed dmitry-ilyashevich closed 3 years ago

dmitry-ilyashevich commented 3 years ago

Updated rotp with ruby 3.0 support, made small fix in active_model_otp, to support ruby 3.0

mattbrictson commented 3 years ago

I'm using this branch for a Rails 6.1 / Ruby 3.0 app. So far, so good. Would love to see this merged!

pedrofurtado commented 3 years ago

Any news about it? 🤝

pedrofurtado commented 3 years ago

pinging: @robertomiranda 👍

pedrofurtado commented 3 years ago

@robertomiranda When you have time, could you please release a official version with Ruby 3 support? Today, we are using a fork with this PR inside it, but is better a oficial release 😄 🤝