Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.02 KB

Project status

status: inactive

This project is no longer actively maintained, and remains here as an archive of this work. jwt-decoder-python

Python implementation for jwt decode, Google Wallet for digital goods to sell digital and virtual goods in a web application. The Google Wallet for digital goods platform has been built with simplicity in mind.

You can use this app to decode any JWT. Just paste in the JWT, and click the Decode JWT button.

Setup your application on Google appengine.

  1. Create new application at your appengine account.
  2. Change application name in app.yaml file.
  3. Follow instruction to install google appengine sdk for python and to upload the application on [Google Appengine for Python Docs] (https://developers.google.com/appengine/docs/python/gettingstartedpython27/introduction)
  4. Upload your application on google appengine.
  5. Run your application from google appengine.