Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚧 Temporarily remove check_auth_method and check_auth_args [WIP]
The problem is that not every SASL mechanism uses username and password nor do they all authenticator take two positional parameters. It's a little more complicated to verify that 1) the authenticator exists, and 2) we've supplied all required parameters. TODO: However, since we already know the authenticator arguments up-front, we can simply create the authenticator object and rely on the its initializer to raise ArgumentError for missing args.
- Loading branch information