wit-ai / wit

Natural Language Interface for apps and devices
https://wit.ai/
936 stars 91 forks source link

¿Is the Client Acces Token Shareable? #2624

Closed naielv closed 1 year ago

naielv commented 1 year ago

Do you want to request a feature, report a bug, or ask a question about wit? question What is the current behavior? Dockerized python web server (flask) that responds with a intent If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

What is the expected behavior?

If applicable, what is the App ID where you are experiencing this issue? If you do not provide this, we cannot help. 1280525479337574

Hi, ¿Is the Client Acces Token Shareable? (ej: the back-end source code is public, and there is a api-token inside the file "token.json") Also: what are the differences between a client and a server access token

patapizza commented 1 year ago

Hi @naielv,

The client token is meant to power client-side applications (mobile, web, etc). It's not meant to be openly shareable.