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

change check_url route to use query param instead of path #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xgess
Copy link
Collaborator

@xgess xgess commented Sep 8, 2019

move the username in check_url (the one keybase calls to see that a proof is being hosted by the remote domain) from being a url path param to a query string param.
this is better if the username happens to have characters in it that need to be url-encoded (e.g. a period).

this is a breaking change for any existing implementations, so it probably requires bumping the version to 0.2.0. anyone upgrading to this code would not need to change anything on their side (unless they have their own integration tests), but they would need to tell keybase to point at the slightly different url. this is an easy change on the keybase side. we just need to know to do it for you.

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.

1 participant