google-oauth2-jwt

Get a signed JWT for Google Service Accounts

https://github.com/MichelBoucey/google-oauth2-jwt

Version on this page:0.1.1.1
LTS Haskell 14.27:0.3.2
Stackage Nightly 2024-05-21:0.3.3.1
Latest on Hackage:0.3.3.1

See all snapshots google-oauth2-jwt appears in

BSD-3-Clause licensed by Michel Boucey
Maintained by [email protected]
This version can be pinned in stack with:google-oauth2-jwt-0.1.1.1@sha256:5760246198fc2758bfdd8dffde4945f91ab71942e19cb7c8c77ce9e8811f3a96,1108

Module documentation for 0.1.1.1

#Google-oauth-jwt

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.

Improvements and bug reports are welcome!