Authentication failure with hashed password
Closed this issue · 2 comments
Hey,
just recently the gem stopped worknig for me and it kept giving me authentication failures although the username & password are definitely right.
After some investigation I figured out it only fails if the password gets hashed, so currently it only works with this workaround:
@client = DeathByClient.http_client('username', '', password_is_hashed: false, password: '...')
s1kx,
We're already working on this. We made some changes to address this issue and to make the gem fully compatible with the latest DBC API version (4.1). Untill friday we'll release a new version.
Thanks!
We've just released the version 4.1.0 that is compatible with the latest DBC APIs for other languages. In this version, this issue is resolved.