germanattanasio / speech-ios-sdk

DEPRECATED - use https://github.com/watson-developer-cloud/ios-sdk
https://github.com/watson-developer-cloud/ios-sdk
Other
34 stars 15 forks source link

We should not use the demo app to get token #1

Closed germanattanasio closed 9 years ago

germanattanasio commented 9 years ago

Getting a token from https://speech-to-text-demo.mybluemix.net/token will be rate limited and it should not be advertised as the way to get token. Users can use that token and use the service for free... We need to remove this ASAP.

daniel-bolanos commented 9 years ago

Ok, I removed it in both sdks. But please be aware that the hole is already there since both the TTS and STT demos are open source and the url to get the token for free is there for everybody to see. I brough this up long ago.

germanattanasio commented 9 years ago

I need to add rate-limiting to the demos :(

germanattanasio commented 9 years ago

thanks for the update!