Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

chore: update all libs to latest versions and fix jws conflict #470

Merged
merged 1 commit into from
May 13, 2016

Conversation

bbangert
Copy link
Contributor

Latest crypto library update introduced a change that this fixes as
well.

Closes #453

@jrconlin r?

Latest crypto library update introduced a change that this fixes as
well.

Closes #453
# on the JWT object. Vapid is a bit more creative in how it
# stores data into a JWT and breaks expectations. We would have to
# turn off most of the validation in order for it to be useful.
return json.loads(jws.verify(token, vk, algorithms=["ES256"]))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

part of me wonders if/when this comes back to bite us, but looking at the jose code, they'd have to change a bunch of stuff to get the old behavior back.

@jrconlin
Copy link
Member

r+

@jrconlin jrconlin merged commit 502d2e4 into master May 13, 2016
@bbangert bbangert deleted the feat/issue-453 branch May 13, 2016 22:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add requires.io dependency tracking
2 participants