Closed skalish closed 2 years ago
Looks ok to me, though I haven't written any python in a while. It looks like there are 2 separate client implementations, is that right? Just wondering why we need 2 implementations of the JWT auth.
There are two client implementations because this library contains two packages:
tamr_unify_client
implementationtamr_client
, formerly considered s BETA but now releasedThe auth and session implementation is pretty similar in both of them, so it seemed reasonable to update both to support JWT here.
:tada: This PR is included in version 1.6.0 :tada:
The release is available on:
v1.6.0
Your semantic-release bot :package::rocket:
↪️ Pull Request
This PR adds JWT token authentication for both
tamr_client
andtamr_unify_client
Closes #497.
💻 Examples
✔️ PR Todo