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

[ bsd3, google, library ] [ Propose Tags ]

This library implements the creation of the signed JWT for Google Service Accounts.


[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.1), bytestring (>=0.10.6 && <0.11), HsOpenSSL (>=0.11.1.1 && <0.12), RSA (>=2.1.0.3 && <2.4), text (>=1.2.2 && <1.3), unix-time (>=0.3.6 && <0.4) [details]
License BSD-3-Clause
Copyright (c) 2016-2017 - 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 2017-06-09T18:12:52Z
Distributions Stackage:0.3.3.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7949 total (53 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-09 [all 1 reports]

Readme for google-oauth2-jwt-0.2.2

[back to package description]

Google-oauth2-jwt Build Status

Google-oauth2-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.