Add additional ways to fetch "current user" profile data
The RequestUserWrapper only provides a way to fetch for full profile data via uid. Since this call is authenticated, there is a bit of authorization overhead. We should add the ability to fetch via username/gh_handle for both private/public profile data.