Created
October 23, 2018 17:25
-
-
Save hoffmabc/4673cd86d798dfdd10922450bce0a444 to your computer and use it in GitHub Desktop.
OpenBazaar web relay authentication scheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Send HelloMessage to relay server | |
```go | |
type HelloMessage struct { | |
UserID string `json:"userID"` | |
} | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment