Revision history of "Make-jwt.py"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:12, 1 December 2023Kenneth talk contribs 1,792 bytes +1,792 Created page with "GitHub Make JWT Token Script == make-jwt.py == <pre> #!/usr/bin/env python3 # pip install jwt import jwt import time import sys # Get PEM file path if len(sys.argv) > 1:..."