Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-vapid: Basic VAPID header generation based on PyPi py_vapid #827

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 13, 2024

  1. pyjwt: ES256 algorithm support for PyJWT.

    Add optional support for ES256 JWT signing/verifying to PyJWT using
    @dmazzella's cryptography port.
    
    Signed-off-by: Jonah Bron <hi@jonah.id>
    jonahbron committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    17b7e0c View commit details
    Browse the repository at this point in the history
  2. pyjwt: Incremented package version and added a brief description.

    Signed-off-by: Jonah Bron <hi@jonah.id>
    jonahbron committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4e43bc0 View commit details
    Browse the repository at this point in the history
  3. py_vapid: Basic VAPID header generation based on PyPi py_vapid.

    Signed-off-by: Jonah Bron <hi@jonah.id>
    jonahbron committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    1d642ad View commit details
    Browse the repository at this point in the history