Remove usage of http.DefaultClient and http.DefaultTransport Part of grafana/data-sources#484
* Introduce preLogoutHooks in authn service * Add gcom_logout_hook * Config the api token from the Grafana config file * Simplify * Add tests for logout hook * Clean up * Update * Address PR comment * Fix