IdentityPython / pyjwkest

Implementation of JWT, JWS, JWE and JWK
Apache License 2.0
92 stars 55 forks source link

Finish ECDH-ES JWE Implementation #53

Closed techguy613 closed 8 years ago

techguy613 commented 8 years ago

Hi rohe,

I've finished the ECDH-ES JWE Implementation for pyjwkest. Please take a look and let me know what you think. Once this is approved and merged, I plan to release a Flask-JWE module for Flask to support JWE requests and responses that I've already tested with these changes.

Thanks!

rohe commented 8 years ago

Travis CI says it works on Python 2.7 but not on Python 3.4 . I'll have a look at it tomorrow.

techguy613 commented 8 years ago

Hey @rohe, I'm going to check 3.4 now and get that fixed.

techguy613 commented 8 years ago

Looks like the code-quality/landscape check is stuck, however the Travis CI build has passed.

rohe commented 8 years ago

That's good enough for me !

rohe commented 8 years ago

I guess I should release a new version at pypi now ! Will do tomorrow.

techguy613 commented 8 years ago

Thanks @rohe!