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
Currently the shim.authenticate does not pass a &mut self and so it is not possible to save the username for later use.
Also the on_init does not pass username or the entire handshake but rather just the db.
Can we add the username to the on_init ?
The text was updated successfully, but these errors were encountered:
Currently the
shim.authenticate
does not pass a&mut self
and so it is not possible to save the username for later use.Also the
on_init
does not pass username or the entire handshake but rather just the db.Can we add the
username
to theon_init
?The text was updated successfully, but these errors were encountered: