josepy icon indicating copy to clipboard operation
josepy copied to clipboard

Should we deprecate this library in favor of python-jose/jwcrypto?

Open bmw opened this issue 4 years ago • 3 comments

See https://github.com/certbot/certbot/issues/8322.

I'm creating an issue here for more visibility. If people see this who know more about python-jose, I'd be interested to hear any concerns or support for this idea.

bmw avatar Sep 25 '20 22:09 bmw

This is another alternative https://github.com/latchset/jwcrypto

I have an on-going effort to support OKP (Bernstein curves: Ed25519, Ed448, X25519, X448), which is included in jwcrypto, but not in python-jose.

atombrella avatar May 12 '21 10:05 atombrella

Ooo thanks atombrella.

More research would need to be done, but jwcrypto looks more promising to me. It's based on cryptography by default (with no other supported backend) and has maintainers from Red Hat and the Python core team.

bmw avatar Jan 18 '23 22:01 bmw

PyJWT is also a contender.

akx avatar Aug 26 '24 12:08 akx