Add Authentication Options for RPC Providers
Closed this issue · 0 comments
hmzakhalid commented
We need to implement authentication options for the RPC provider to support various authentication types:
- None: No authentication.
- Basic: Requires a username and password.
- Bearer Token: Requires a token for authentication.
These options should be applicable to both WebSocket and HTTP providers.