When used with devise 4.2.0, I get the following warning:
DEPRECATION WARNING: [Devise] bypass option is deprecated and it will be removed in future version of Devise.
Please use bypass_sign_in method instead.
Example:
bypass_sign_in(user)
(called from update at /home/ubuntu/<my_app_name>/vendor/bundle/ruby/2.3.0/bundler/gems/devise_security_extension-acb1e1ae6c00/app/controllers/devise/password_expired_controller.rb:15)
Hi there,
When used with devise 4.2.0, I get the following warning: