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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 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.1
Change log None available
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:00Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.