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 was archived by the owner on Sep 9, 2025. It is now read-only.
The meow attack makes it seem good to check one's instances for weak login credentials. But that's not straightforward to do. This function call:
...returns
{:ok, pid}even if the credentials are wrong.Is there a way to try a simple connection and get back an
{:error, reason}if the credentials are not valid?