I want to use Google SpeechRecognition service as a fallback for SpeechRecognition API, the thing is that in the docs I only see a way to authenticate using the API key.
https://cloud.google.com/speech-to-text/docs/reference/rest/v1/speech/recognize
It seems to me like not a secure way and is easily abused, can I authenticate using a generated temp Bearer key?
