You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer running the tests,
I want an up to date, maintained, JWT library with minimal dependencies.
https://github.com/GildedHonour/frank_jwt is not being very actively maintained and it has a direct dependency on openssl. The openssl dependency makes running on windows require us to statically link openssl to compile the tests.
As a developer running the tests,
I want an up to date, maintained, JWT library with minimal dependencies.
https://github.com/GildedHonour/frank_jwt is not being very actively maintained and it has a direct dependency on openssl. The openssl dependency makes running on windows require us to statically link openssl to compile the tests.
https://github.com/Keats/jsonwebtoken does not depend on openssl (using ring, instead, which we already depend on).
Directly related to #162
Could be related to #160
The text was updated successfully, but these errors were encountered: