Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information