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

[ bsd3, google, library ] [ Propose Tags ] [ Report a vulnerability ]

A lightweight library to get the signed JWT for Google Service Accounts


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • Google
      • OAuth2
        • Network.Google.OAuth2.JWT

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No 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, 0.3.3.2
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]
Tested with ghc ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.2 || ==9.14.1
License BSD-3-Clause
Copyright (c) 2016-2025 - 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 https://github.com/MichelBoucey/google-oauth2-jwt.git
Uploaded by MichelBoucey at 2025-11-24T09:26:20Z
Distributions LTSHaskell:0.3.3.1, NixOS:0.3.3.1, Stackage:0.3.3.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 8501 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-11-24 [all 2 reports]

Readme for google-oauth2-jwt-0.3.3.2

[back to package description]

Google-oauth2-jwt CI Hackage

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.