scotthovestadt / gigya

Gigya JavaScript REST SDK
MIT License
37 stars 62 forks source link

signing requests for REST API calls #36

Closed mpurusottamc closed 4 years ago

mpurusottamc commented 5 years ago

Currently, the REST API calls are not signed. Secret is sent as part of the payload.

iBaryo commented 4 years ago

fixed in the latest release - together with a JWT signed requests (auth bearer token) using the userkey's private key.