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
issue: already borrowed: BorrowMutError when try login with oauth
because of req.connection_info() which makes an immutable borrow of
req method extract_session_key_from_req() also borrows req because of which
the server panics with the error fix is to use connection_info().clone() to
avoid multiple borrows
0 commit comments