google-oauth2-jwt: Get a signed JWT for Google Service Accounts

[ bsd3, google, library ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.2.0, 0.1.2.1, 0.1.3, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.3.1
Dependencies base (>=4.7 && <5), base64-bytestring (>=1.0.0.1), bytestring (>=0.10.6.0), HsOpenSSL (>=0.11.1.1), RSA (>=2.2.0), text (>=1.2.2.0), unix-time (>=0.3.6) [details]
License BSD-3-Clause
Copyright (c) 2016 - Michel Boucey
Author Michel Boucey
Maintainer michel.boucey@cybervisible.fr
Category Google
Home page https://github.com/MichelBoucey/google-oauth2-jwt
Source repo head: git clone git://github.com/MichelBoucey/google-oauth2-jwt.git
Uploaded by MichelBoucey at 2016-11-03T09:57:52Z
Distributions Stackage:0.3.3.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7975 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-18 [all 1 reports]

Readme for google-oauth2-jwt-0.1.2.1

[back to package description]

Google-oauth-jwt Build Status

Google-oauth-jwt implements the creation of the signed JWT for Google Service Accounts, to make authorized calls to Google APIs from server to server. All details here:

Advice: be sure that the machine time is well synchronized to successfully make the access token request and get a Bearer token.