python-jose icon indicating copy to clipboard operation
python-jose copied to clipboard

bump version

Open agoldgeier opened this issue 4 years ago • 10 comments
trafficstars

hello — i'm trying to use this library to decrypt JWE, but the latest release was before JWE support was added.

I can get it to work by doing something like pip install git+ssh://[email protected]/mpdavis/python-jose@23c4e752b045353eec347a91505c8e9921332520 but that's obviously horrible. Are there any plans to put out a new release soon?

agoldgeier avatar May 04 '21 19:05 agoldgeier

Same here! JWT using public key works perfectly, now I want to use feed in the user credentials from which the token should be derived, encrypted using JWE. Since I already have the private key on the server-side to sign the token and the public key on the client-side to verify the signature I could use the public key to encrypt the credentials on the client-side before sending to the server ... if only JWE would already be available.

wollud1969 avatar May 07 '21 12:05 wollud1969

Plus 1 to bumping version, as this commit isn't in the latest pip, so we get the deprecation error: https://github.com/mpdavis/python-jose/commit/b899276cc3e46f6c304f81687404294764612852

nullism avatar May 08 '21 15:05 nullism

Would also appreciate a version bump to take care of the deprecation warnings

sudowork avatar May 26 '21 13:05 sudowork

It's been just a touch over a month since @asherf said to expect a release soon in https://github.com/mpdavis/python-jose/issues/221#issuecomment-829728753 and https://github.com/mpdavis/python-jose/pull/207#issuecomment-830675542, curious how that new release is coming and if any assistance is needed

matthewarmand avatar Jun 03 '21 14:06 matthewarmand

I'm also waiting for a release with JWE support. Thanks in advance!

romanek-adam avatar Jun 04 '21 11:06 romanek-adam

It's been just a touch over a month since @asherf said to expect a release soon in #221 (comment) and #207 (comment), curious how that new release is coming and if any assistance is needed

Sorry about that, I had a busy month at work. I will be getting a release out in the today or tomorrow. https://github.com/mpdavis/python-jose/pull/260

asherf avatar Jun 04 '21 14:06 asherf

@asherf as per the release notes v3.3.0 was released last year! Did you time travel? :p

abhi1693 avatar Jun 07 '21 13:06 abhi1693

I created a PR to fix the release year: #264

romanek-adam avatar Jun 07 '21 13:06 romanek-adam

@asherf as per the release notes v3.3.0 was released last year! Did you time travel? :p

lolz... my bad.

asherf avatar Jun 07 '21 16:06 asherf

🤦🏼

asherf avatar Jun 07 '21 16:06 asherf