heapsource / active_model_otp

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

Does this work with Sinatra #105

Closed andywenk closed 1 year ago

andywenk commented 1 year ago

Hey folks,

this is exactly what I am. lookign for. I wonder what I need to do to get it working with a very simple Sinatra application. ActiveRecord is integrated

Thanks for a short info

Andy

guilleiguaran commented 1 year ago

This can be used with Sinatra without any extra configuration, let me know if you have any issues.