Hi,
I'm trying to update a plugin from vernemq 1.x for vernemq 2.x, and I can't seem to work out how to import the credentials_obfuscation application into the plugin.
defp deps do
[
{:credentials_obfuscation, "~> 3.5"},...
...seems to work fine, but in the plugin module,
require credentials_obfuscation
... gives me an error. It seems like the plugin for Elixir might actually be called CredentialsObfuscation, but I can't seem to compile referencing that either.
I'm sure I'm missing something obvious - can anyone help, or does anyone have a link to an example of an elixir password handler working with vernemq 2.x, please?
Kind regards,
Martin