Skip to content

Instantly share code, notes, and snippets.

name: Release
on:
push:
tags:
- '*.*.*'
jobs:
release:
name: Release
import argparse
import jwt
import logging
from pprint import pformat
"""
Decode a JWT token, encoded with alogorithm RSA256.
- validate signature
- verify expiration date
- verify audience