syncromatics / syncromatics-track-api

Library to interact with the Syncromatics Track API
https://www.npmjs.com/package/syncromatics-track-api
6 stars 1 forks source link

feat(maintenance): Add support for base64 support for non-browser environments #90

Closed thzinc closed 3 years ago

thzinc commented 3 years ago

There was quite a bit more work to de-fang this library for non-browser environments. I ended up removing jwt-client as a dependency because it 1) used btoa/atob globals and 2) used localStorage for a fancy-but-unused feature to store JWTs.

cuevaskoch commented 3 years ago

Recent pushes all LGTM :+1:

What's the use-case for this? I see in other discussions that it is to support react-native. Double-LGTM

github-actions[bot] commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: