compulim / web-speech-cognitive-services

Polyfill Web Speech API with Cognitive Services Bing Speech for both speech-to-text and text-to-speech service.
https://compulim.github.io/web-speech-cognitive-services
MIT License
62 stars 18 forks source link

Add warning when using subscription key #69

Closed compulim closed 5 years ago

compulim commented 5 years ago

Fix #67.

Description

Changelog

When using subscription key, we should give a warning in the console and say authorization token should be used instead of subscription key in production environment.

Added