tink icon indicating copy to clipboard operation
tink copied to clipboard

Java JWT Availability

Open emarx opened this issue 3 years ago • 3 comments

Hello! I see that the JWT module is looking rather complete, but isn't yet published. Is there appetite to release it? I'd be happy lend a hand.

I've been developing a library wrapping Tink with ZIO for Scala and would love to use your JWT implementation! https://github.com/zio/zio-crypto

emarx avatar Aug 25 '21 04:08 emarx

@juergw

We're still working on this. To give ourselves a chance to fix problems, we'd like to let internal users to play with the APIs for a while prior to public release.

thaidn avatar Aug 27 '21 23:08 thaidn

Given that the "do not use" marker was removed in e4a327aca7ef1c0a82d9322697bddec0794da7a3, would it be safe to at least cut a pre-release or release candidate that includes this?

SanjayVas avatar Nov 16 '21 18:11 SanjayVas

@juergw is the best person to answer this question.

As I said earlier, we're still waiting/looking for feedback from internal users.

At the moment I believe the API is almost complete, but it might be changed without prior notice. Of course, if you don't mind changing your code, you can give it a try and tell us what you think.

thaidn avatar Nov 29 '21 16:11 thaidn

Since release 1.7, JWT is now available in Java, C++, Golang and Python. See https://github.com/google/tink/blob/master/docs/JWT-HOWTO.md.

juergw avatar Nov 03 '22 07:11 juergw