Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michelboucey/google-oauth2-jwt
Get the signed JWT for Google Service Accounts
https://github.com/michelboucey/google-oauth2-jwt
google google-oauth2-jwt haskell-library jwt jwt-authentication jwt-token oauth2
Last synced: 6 days ago
JSON representation
Get the signed JWT for Google Service Accounts
- Host: GitHub
- URL: https://github.com/michelboucey/google-oauth2-jwt
- Owner: MichelBoucey
- License: other
- Created: 2016-09-02T14:31:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T08:59:05.000Z (11 months ago)
- Last Synced: 2024-04-26T03:03:13.641Z (8 months ago)
- Topics: google, google-oauth2-jwt, haskell-library, jwt, jwt-authentication, jwt-token, oauth2
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/google-oauth2-jwt
- Size: 41 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google-oauth2-jwt ![CI](https://github.com/MichelBoucey/google-oauth2-jwt/actions/workflows/haskell-ci.yml/badge.svg) [![Hackage](https://img.shields.io/hackage/v/google-oauth2-jwt.svg)](https://hackage.haskell.org/package/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:- [https://developers.google.com/identity/protocols/OAuth2ServiceAccount](https://developers.google.com/identity/protocols/OAuth2ServiceAccount)
Advice: be sure that the machine time is well synchronized to successfully make the access token request and get a Bearer token.