Skip to content

Commit 7b59d28

Browse files
authored
Merge pull request #175 from blackbeam/issue-173-authentication-issue
Use updated nonce in `Conn::perform_auth_switch` (fix #173)
2 parents a67f3bb + f09fee6 commit 7b59d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conn/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ impl Conn {
513513
) -> Result<()> {
514514
if !self.inner.auth_switched {
515515
self.inner.auth_switched = true;
516+
self.inner.nonce = auth_switch_request.plugin_data().to_vec();
516517

517518
if matches!(
518519
auth_switch_request.auth_plugin(),

0 commit comments

Comments
 (0)