lib/auther/authenticator.rb in auther-8.1.1 vs lib/auther/authenticator.rb in auther-9.0.0

- old
+ new

@@ -8,9 +8,10 @@ @cipher = Auther::Cipher.new secret @account_model = account_model @account_presenter = account_presenter @logger = logger end + # rubocop:enable Metrics/ParameterLists def authenticated? account_model.valid? && account_presenter.valid? && authentic_name? &&