Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Authentication Options for RPC Providers #190

Closed
hmzakhalid opened this issue Nov 29, 2024 · 0 comments · Fixed by #191
Closed

Add Authentication Options for RPC Providers #190

hmzakhalid opened this issue Nov 29, 2024 · 0 comments · Fixed by #191
Assignees
Labels
Ciphernode Related to the ciphernode package enhancement New feature or request

Comments

@hmzakhalid
Copy link
Member

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.

@hmzakhalid hmzakhalid added enhancement New feature or request Ciphernode Related to the ciphernode package labels Nov 29, 2024
@hmzakhalid hmzakhalid self-assigned this Nov 29, 2024
@hmzakhalid hmzakhalid linked a pull request Nov 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ciphernode Related to the ciphernode package enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant