Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

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
Contributor

@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant