-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow SASL callback modules to return {ok, ServerResponse}
This expansion of the callback return values allows `kpro_connection` to interrogate the server response message, in preparation for re-authenticating SASL connections before session lifetime expires. Authentication was moved to a separate function to allow repeating authentication flow, which also required storing connection configuration in process state.
- Loading branch information
1 parent
344f2b7
commit ca0bf49
Showing
3 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters