lib/auther/authenticator.rb in auther-5.0.1 vs lib/auther/authenticator.rb in auther-6.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Auther
# Manages account authentication.
class Authenticator
def initialize secret, account_model, account_presenter, logger: Auther::NullLogger.new(STDOUT)
@cipher = Auther::Cipher.new secret