Skip to content

Instantly share code, notes, and snippets.

@hoffmabc
Created October 23, 2018 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoffmabc/4673cd86d798dfdd10922450bce0a444 to your computer and use it in GitHub Desktop.
Save hoffmabc/4673cd86d798dfdd10922450bce0a444 to your computer and use it in GitHub Desktop.
OpenBazaar web relay authentication scheme
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