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

Respond with unauth #11

Open
Sjors opened this issue Jul 9, 2024 · 0 comments
Open

Respond with unauth #11

Sjors opened this issue Jul 9, 2024 · 0 comments

Comments

@Sjors
Copy link

Sjors commented Jul 9, 2024

I'm turning some TODO's into Github issues.

This one seems potentially useful for debugging:

// Check event is from correct pubkey
if event.pubkey.ne(&connect_client_keys.public_key()) {
// TODO: Should respond with unauth
info!("Event from incorrect pubkey: {}", event.pubkey.to_string());
continue;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant