rust-jsonrpc
rust-jsonrpc copied to clipboard
Bearer Tokens and support for top-level named params
Hello, I just wanted to put a note about a fork I did yesterday (https://github.com/ddimaria/rust-jsonrpc). I altered the authentication to support Bearer tokens and removed the dependency on Vec params b/c I had to target a jsonrpc server that didn't conform to batch (Vec) requests and had a diff authentication protocol. I plan to abstract the auth methods and generalize the params
parameters to allow for both use cases and submit a PR back to the main repo.
Hi @ddimaria, can this issue be closed now? I'm a bit late to the party but thanks for letting us know.