This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
Hi! the appID is exposed and could be used by others quite easily, as you said. The free tier does not include any protections, other than creating a new appID every now and then, making it more difficult for others to use your app. There are three options for mitigating this:
Note that the appID will not expose any of your configuration or usage data to others, it will only be used to match the incoming audio to a trained model. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm using Speechly successfully in my project, which runs on NodeJS.
My current set up was taken from the online
BrowserClient
example and therefore my appID is exposed if a user inspects the JS of my page. I have this in my bundled JS:it's not a big deal right now, because my project is a simple concept and I am using the free tier, but if the concept is a success, we will upgrade to a paid subscription and then I will want our appID to be hidden to the user.
How can I go about this please? Do I create a Node version of the
BrowserClient
andBrowserMicrophone
?Many thanks
Beta Was this translation helpful? Give feedback.
All reactions