Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Include integration and user identifier on authorize #1

Open
arkaitzgarro opened this issue Jun 20, 2018 · 3 comments
Open

Include integration and user identifier on authorize #1

arkaitzgarro opened this issue Jun 20, 2018 · 3 comments
Assignees

Comments

@arkaitzgarro
Copy link

arkaitzgarro commented Jun 20, 2018

In order to be able to identify the different users within the Sketch integration, we made available two new (optional) properties on our /authorize API endpoint.

Please update your calls as follows, most probably you will need to update the Swift SDK as well:

POST /authorize
{
  "user_agent": "wt-api-sketch",
  "user_identifier": "random-id" // something that identifies uniquely the plugin installation
}
@BBC202
Copy link

BBC202 commented Sep 2, 2018

不能发布
image

@snowball80
Copy link

POST /authorize
{
"user_agent": "wt-api-sketch",
"user_identifier": "random-id" // something that identifies uniquely the plugin installation
}

@snowball80
Copy link

<PINCHTextRendering/PINCHTextRendering.h>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants