...
And the Bearer
Authentication is utilized in our system, when calling the endpoints, the authorization
attribute needs to be added in the headers, with the value as Bearer <token>
, the <token>
is shared offline.
In the request headers
, please set x-region
as "ES"
.
For security purpose, all the calls to our graphQL endpoints should NOT be directly from the frontend, please integrate the calls into existing/new-created backend APIs.
...