You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
According to the documentation the password passed to authenticate is supposed to be a string but it is actually a Buffer.
http://www.mosca.io/docs/lib/server.js.html#authenticate
I suggest either updating the documentation or casting it to a string before passing it to the authenticate function.
The text was updated successfully, but these errors were encountered: