Skip to content

Instantly share code, notes, and snippets.

@shekodn
Last active September 22, 2019 17:42
Show Gist options
  • Save shekodn/cea1d36addba1a6f3ad8b850c1c06869 to your computer and use it in GitHub Desktop.
Save shekodn/cea1d36addba1a6f3ad8b850c1c06869 to your computer and use it in GitHub Desktop.
INFO[0000] Starting the service...
INFO[0000] The service is ready to listen and serve.
INFO[0004] Processing URL /contacts
INFO[0009] Processing URL /importContacts
INFO[0009] Redirecting to URL https://accounts.google.com/o/oauth2/auth?client_id=xxx.apps.googleusercontent.com&redirect_uri
http%3A%2F%2Flocalhost%3A8000%2Fcallback&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcontacts.readonly&state=pseudo-random
INFO[0009] Client is redirecting user agent to authorization endpoint.
INFO[0019] Processing URL /callback
INFO[0019] Getting user info...
INFO[0019] Client is sending authorization code and its own credentials to token endpoint
INFO[0021] Client is sending access token to protected resource
INFO[0022] Client is receiving the protected resource
INFO[0022] Processing URL /contacts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment