Tom de Grunt

Results 21 comments of Tom de Grunt

Similarly to the above, but the following works for me with Passwordless: ```ruby # app/constraints/user_constraint.rb class PasswordlessConstraint include Passwordless::ControllerHelpers attr_reader :authenticatable_type, :session, :lambda def initialize(authenticatable_type, lambda) @authenticatable_type = authenticatable_type @lambda...