authz: use partial perms for initial sync
Created by: unknwon
When do the initial sync of user and repo permissions, use the partial results returned from authz provider, so we don't waste expansive API calls when the user/repo is urgent to have something to show.
Fixes https://github.com/sourcegraph/sourcegraph/issues/9157