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

Net: Add client authentication #313

Open
solardiz opened this issue Feb 25, 2024 · 0 comments
Open

Net: Add client authentication #313

solardiz opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@solardiz
Copy link
Contributor

Nov 10, 2022

Right now, clients are "authenticated" by being able to establish TCP connections from their IP address and by them having a copy of the server's public key. We probably want to have real authentication by a secret possessed by each client. This could be through us switching to a different Noise pattern (such as in #307) or passing an authentication token within the messages.

@solardiz solardiz added the enhancement New feature or request label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant