Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace dev depencency frank_jwt with jsonwebtoken #163

Closed
clintfred opened this issue Jun 9, 2020 · 0 comments
Closed

Replace dev depencency frank_jwt with jsonwebtoken #163

clintfred opened this issue Jun 9, 2020 · 0 comments
Assignees
Milestone

Comments

@clintfred
Copy link
Contributor

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

@giarc3 giarc3 self-assigned this Jun 11, 2020
@giarc3 giarc3 added this to the 2020-06-19 milestone Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants