Datatamer / tamr-client

Programmatically interact with Tamr
https://tamr-client.readthedocs.io
Apache License 2.0
11 stars 25 forks source link

SUP-6198: Add support for JWT authentication #498

Closed skalish closed 2 years ago

skalish commented 2 years ago

↪️ Pull Request

This PR adds JWT token authentication for both tamr_client and tamr_unify_client

Closes #497.

💻 Examples

✔️ PR Todo

skalish commented 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:

The auth and session implementation is pretty similar in both of them, so it seemed reasonable to update both to support JWT here.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: