@hackage google-oauth2-jwt0.3.3
Get a signed JWT for Google Service Accounts
Categories
License
BSD-3-Clause
Maintainer
michel.boucey@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- HsOpenSSL >=0.11.1.1 && <0.12
- RSA >=2.1.0.3 && <2.5
- base >=4.7 && <5
- base64-bytestring >=1.0.0 && <1.2.0.1
- bytestring >=0.10.6 && <0.11
- text >=1.2.2 && <1.3 Show all…
Dependents (1)
@hackage/acme-everything
Google-oauth2-jwt 
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.