Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 365 Bytes

python_JWT_Google

Description

Generate a JWT in python for Google usage

This code is an example of how to generate a JWT in Python 3.4 using Google OAuth2 module.

PIP needed modules are: httplib2 oauth2client

Usage

Copy your JSON google credential key to "my_google_credential.json" and run the python code. This will print out the content of the JWT.