<div dir="ltr">Finally I got to the point where I was actually testing the part where Dancer2::Plugin::Passphrase is used  and I think<br>I there is a change from the API of Dancer::Plugin::Passphrase<br><br>It seems that the 'generate' method of the new module return a  Dancer2::Plugin::Passphrase::Hashed object<br>and does not stringify to the rfc2307 value as happened in the case of the Dancer1 version.<br><br>Looking at the documentation I see both say that I should store the ->rfc2307  value, but because of the stringification I have missed<br>that earlier.<br><br>If you decided to not include the stringification, then maybe this should be emphasized in the docs as well.<br><br>Gabor<br></div>