Skip to content

Commit

Permalink
Add Authentication Options for RPC Providers (#191)
Browse files Browse the repository at this point in the history
* Add RPC Type

* add URL for scheme selection

* Add Auth Config

* Add Auth Methods for http and ws

* Add ProviderConfig for auth

* fix formating

* impl trait for rpc auth
  • Loading branch information
hmzakhalid authored Nov 30, 2024
1 parent a9d08c5 commit 95af527
Show file tree
Hide file tree
Showing 11 changed files with 590 additions and 101 deletions.
259 changes: 252 additions & 7 deletions packages/ciphernode/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/ciphernode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ sha2 = "0.10.8"
tokio = { version = "1.38", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
url = "2.5.4"
libp2p = { version = "0.54.1", features = [
"async-std",
"identify",
Expand Down
Loading

0 comments on commit 95af527

Please sign in to comment.