lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

[Quickfix] Allow adapter without token #147

Closed rcdilorenzo closed 3 years ago

rcdilorenzo commented 3 years ago

If using a custom adapter, sometimes we don't want to require a token to be passed. If a fake token is passed, the current implementation requires it to at least be a valid JWT.