mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 05:25:18 +00:00
This PR removes the database access in the `Authorization` header verification in Collab. We already have the user returned from the call to Cloud, but were just fetching the user from the database to get some additional fields. We're now returning the additional fields we need from Cloud, so we can just convert the user from the internal API response into a `User` entity. Closes CLO-762. Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| user_service.rs | ||