Exception: HTAuth::Argon2::NotSupportedError

Inherits:
InvalidAlgorithmError show all
Defined in:
lib/htauth/argon2.rb

Overview

Internal: Error class when argon2 is specified on windows

Instance Method Summary collapse

Instance Method Details

#messageObject



14
15
16
17
18
19
# File 'lib/htauth/argon2.rb', line 14

def message
  [
    "Unfortunately Argon2 passwords are not supported on `#{RUBY_PLATFORM} at this time.",
    "This because the upstream argon2 gem does not support windows.",
  ].join(" ")
end