module Devise::Models::MagicLinkAuthenticatable::ClassMethods
Public Instance Methods
find_for_magic_link_authentication(conditions)
click to toggle source
We assume this method already gets the sanitized values from the MagicLinkAuthenticatable
strategy. If you are using this method on your own, be sure to sanitize the conditions hash to only include the proper fields.
# File lib/devise/models/magic_link_authenticatable.rb, line 42 def find_for_magic_link_authentication(conditions) find_for_authentication(conditions) end