mirror of
https://github.com/fosrl/olm.git
synced 2026-02-25 06:16:47 +00:00
Send token
This commit is contained in:
@@ -388,6 +388,7 @@ func (c *Client) getToken() (string, []ExitNode, error) {
|
||||
tokenData := map[string]interface{}{
|
||||
"olmId": c.config.ID,
|
||||
"secret": c.config.Secret,
|
||||
"userToken": c.config.UserToken,
|
||||
"orgId": c.config.OrgID,
|
||||
}
|
||||
jsonData, err := json.Marshal(tokenData)
|
||||
|
||||
Reference in New Issue
Block a user