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

separate public key handler #64

Merged
merged 1 commit into from
Jun 26, 2021
Merged

separate public key handler #64

merged 1 commit into from
Jun 26, 2021

Conversation

tsmethurst
Copy link
Contributor

now supports serving bare minimum responses to public key requests, so that servers can bypass normal authentication if they just want to get a public key (for example, if two servers who haven't communicated yet are talking to each other)

This solves a case where two gotosocial servers would get stuck in a handshake loop because they kept asking each other GIMME UR PUBLIC KEY and the other one was like NO GIMME YOURS, due to the way authentication worked before

@tsmethurst tsmethurst merged commit b6c6230 into main Jun 26, 2021
@tsmethurst tsmethurst deleted the public_key_handler branch June 26, 2021 14:21
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

Successfully merging this pull request may close these issues.

None yet

1 participant