-
Notifications
You must be signed in to change notification settings - Fork 74
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
support 'open peers' listings #12
Comments
I was thinking about simple POST HTTP request with possible additional data like ie. Response code would be either 200 with valid peering info (that could be copy-pasted, possibly including Request and response format should be somewhat standardised as json(MIME Exchange should happen over cjdns or if clearnet is to be used: https. We have to yet specify |
👍 |
With @NateBrune we've come to an agreement. Open peers will be accessible as http pages with GET endpoint hosting what ever user interface you want and POST providing dumb request/registration JSON interface. This way open peers pages can be used in browser to get peering info and in CLI/programs. |
I'd sort of want something half-open, where it would try to send a verification code to the contact address that's needed to actually get the credentials, because I'd want to get a somewhat reliable way to contact my peers. |
Might want to look into promisc for inspiration. |
Where 'open peers' are defined as an endpoint supporting a programmatic way to request and receive valid cjdns peering credentials with a unique password, as opposed to many peers sharing one published password.
The text was updated successfully, but these errors were encountered: