packages feed

google-oauth2-for-cli-0.1.0.1: README.md

# Google OAuth2 for CLI
[![Hackage](https://img.shields.io/hackage/v/google-oauth2-for-cli.svg)](http://hackage.haskell.org/package/google-oauth2-for-cli-0.1.0.0)

Get Google OAuth2 for CLI tools

## Examples

- [sch](https://github.com/ishiy1993/sch)

## Other packages

- [google-oauth2](https://github.com/pbrisbin/google-oauth2)

It has silimar API. It uses [Manual and Copy Paste](https://developers.google.com/identity/protocols/OAuth2InstalledApp#redirect-uri_alternative) to get the authorization code, while this uses [Loopback IP Address](https://developers.google.com/identity/protocols/OAuth2InstalledApp#redirect-uri_loopback).