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
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
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.
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
paramsparameters to allow for both use cases and submit a PR back to the main repo.