Exception: HTAuth::Argon2::NotInstalledError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  "Argon2 passwords are supported if the `argon2' gem is installed. Add `gem 'argon2', '~> 2.3'` to your Gemfile"
end