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] [Quick Jump]

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.3 && <5), base64-bytestring (>=1.0.0 && <1.3), bytestring (>=0.10.6 && <0.13), HsOpenSSL (>=0.11.7 && <0.12), RSA (>=2.4.1 && <2.5), text (>=1.2.2 && <2.2), unix-time (>=0.3.6 && <0.5) [details]
License BSD-3-Clause
Copyright (c) 2016-2024 - Michel Boucey
Author Michel Boucey
Maintainer michel.boucey@gmail.com
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 2024-02-01T09:00:37Z
Distributions Stackage:0.3.3.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7992 total (46 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-01 [all 1 reports]

Readme for google-oauth2-jwt-0.3.3.1

[back to package description]

Google-oauth2-jwt CI

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.