[Feature] Add JSON Web Token
(JWT
) token generation and validation support
#599
Labels
enhancement
New feature or request
Component
transports
Describe the feature you would like
To add
JWT
claims generation and validation supportBesides having use in Foundry it is a common method of authentication between execution client / consensus client
For reference:
Both implementations use: https://github.com/Keats/jsonwebtoken
Additional context
It is possibly preferred that this is added to a separate new repo in the
alloy
org@mattsse indicated that this is also useful for Reth
I should be able to implement it and propose a PR if that is desired
The text was updated successfully, but these errors were encountered: