google_auth v0.0.2 API Reference
Modules
GoogleAuth package provide a simple google based authentication. It does not provide the request phase( ie. Authentication url), it just implements the callback phase. You just need to pass google access_token received from google using google client side authentication. Using Google api client library you can generate access token on client side and pass it to a server. You can pass access_token as a query params or in headers