Skip to content

Drop jsonwebtoken dependency#94

Open
tankyleo wants to merge 1 commit intolightningdevkit:mainfrom
tankyleo:2026-02-drop-jsonwebtoken
Open

Drop jsonwebtoken dependency#94
tankyleo wants to merge 1 commit intolightningdevkit:mainfrom
tankyleo:2026-02-drop-jsonwebtoken

Conversation

@tankyleo
Copy link
Contributor

@tankyleo tankyleo commented Feb 9, 2026

Fixes #92.

@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Feb 9, 2026

👋 Thanks for assigning @tnull as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

@tankyleo tankyleo requested a review from tnull February 9, 2026 06:56
@tankyleo
Copy link
Contributor Author

tankyleo commented Feb 9, 2026

Fixes #92

@tankyleo tankyleo self-assigned this Feb 9, 2026
@tankyleo tankyleo linked an issue Feb 9, 2026 that may be closed by this pull request
@tankyleo tankyleo force-pushed the 2026-02-drop-jsonwebtoken branch from 7ff7d0a to bdd21e1 Compare February 9, 2026 07:07
@tnull
Copy link
Contributor

tnull commented Feb 9, 2026

Fixes #92

Note you'll have to put that in the OP otherwise it doesn't link the issue.

base64 = { version = "0.22.1", optional = true, default-features = false, features = ["std"] }
bitcoin_hashes = { version = "0.19", optional = true, default-features = false }
hex-conservative = { version = "1.0", optional = true, default-features = false }
rsa = { version = "0.9.10", optional = true, default-features = false, features = ["sha2"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have openssl in our tree - I do wonder if we could use openssl::rsa (https://docs.rs/openssl/latest/openssl/rsa/index.html) rather than this additional dependency?

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

Successfully merging this pull request may close these issues.

Revert time pin and/or drop jsonwebtoken dependency ASAP

3 participants