webssh2/client
Valentin Valchev a18efd20ad Fixes #112 - Re-auth doesn't work if incorrect auth was provided initially.
https://github.com/billchurch/WebSSH2/issues/112

This commit send 'reauth' command to the client, when err.level === 'client-authentication'.

The client itself binds the 'reauthSession' function to that command, so it will automatically request authentication, every time the authentication fails.

The client bundle (webpack) is also rebuild with the made changes.
2018-10-11 11:18:01 +03:00
..
public Fixes #112 - Re-auth doesn't work if incorrect auth was provided initially. 2018-10-11 11:18:01 +03:00
src Fixes #112 - Re-auth doesn't work if incorrect auth was provided initially. 2018-10-11 11:18:01 +03:00