Discussions
is there any way to generate a auth token to use it in web application?
about 3 years ago by Manikandan Keerthivasan
As per your API reference manual, we have to use an API key to authenticate a request. If we call your API from our backend server, there will be no issue. But if we want to use it from a client app (web/mobile applications), there is will be a security issue.
is there any way to generate a temporary auth token to use it in web/mobile applications?