speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
59 stars 15 forks source link

Added auth token support for saas #30

Closed rakeshv247 closed 4 years ago

rakeshv247 commented 4 years ago

Added support for authentication token which is primarily used for entry level authentication of a customer (contract) in SaaS

dohnto commented 4 years ago

Is there any other token except bearer? If there is not, why not pre-fill the "Bearer: " same se kubectl does.

rakeshv247 commented 4 years ago

Yeah that would be a good idea...! I can do that

viren-nadkarni commented 4 years ago

Remember to make docs and commit the changes. Also bump version and update the changelog.