latchset / jwcrypto

Implements JWK,JWS,JWE specifications using python-cryptography
GNU Lesser General Public License v3.0
438 stars 118 forks source link

Version 1.4 is not signed #300

Closed yan12125 closed 2 years ago

yan12125 commented 2 years ago

Similar to https://github.com/latchset/jwcrypto/issues/230, I cannot find a signature for version 1.4, either. Could you consider adding a signature? Either a signed git tag or a signed file (e.g., in GitHub release assets) is fine.

simo5 commented 2 years ago

Ah yeah I destroyed my yubikey which I used for previous signatures and forgot to use another key to do that, I will recreate the v1.4.0 tag as signed.

simo5 commented 2 years ago

I was able to recover my yubikey ... \o/ I re-tagged the release, can you check if it is ok for you now ?

yan12125 commented 2 years ago

It works, thanks a lot!