How to allow users to sign in using mobile number with Devise and Rails?
Have you ever required to use different custom field over email for authentication?
Recently, I need to implement authentication via mobile over email in one of Ruby on Rails application using Devise.
Here is step by step guide
https://amitpatel.xyz/allow_users_to_sign_in_using_mobile_with_devise_and_rails/
and here is Github repo https://github.com/amitpatelx/devise-mobile-auth
Post a comment