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

Implement #183: Add ES256 support for Apple Push Notifications #239

Merged
merged 1 commit into from
Nov 5, 2019

Commits on Mar 9, 2019

  1. Add ES256 support for Apple Push Notifications

    Apple Push Notifications require the JWT algorithm be ES256. It still uses OpenSSL and SHA256 just like RS256, but the algorithm name in the headers must be "ES256" or else the token is rejected as invalid. This simple change adds support for ES256 and improves documentation regarding supported algorithms.
    beamerblvd authored Mar 9, 2019
    Configuration menu
    Copy the full SHA
    0315735 View commit details
    Browse the repository at this point in the history