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

Add ES256 to the list of supported agorithms #183

Closed
bshaffer opened this issue Oct 30, 2017 · 2 comments · Fixed by #239
Closed

Add ES256 to the list of supported agorithms #183

bshaffer opened this issue Oct 30, 2017 · 2 comments · Fixed by #239

Comments

@bshaffer
Copy link
Collaborator

No description provided.

@beamerblvd
Copy link

I literally got this to work with one line of code change: Adding 'ES256' => array('openssl', 'SHA256'), to $supported_algs in JWT.php. With that one change, I was able to use this to sign Apple Push Notification requests. Without that change, I can't.

I'll put together a pull request.

@beamerblvd
Copy link

Posted #239.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants