-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate Merchant API Key #21
Comments
This example doesn't work, because the two systems must have a common secret key to communicate each other and the sign must have the secret. Example in Elixir:
We have a similar API Key to be used for calls.
But the Rules Engine can verify the sign in this way: get x-fre-origin and generate the sign with its SECRET_KEY. If the generated sign is equal to header Autorizazion the sign is valid and can permit to generate the schema that was sent in the payload. |
As discussed the Planned actions :
From:
to:
end`
|
In order to be able to create Rules , Rule Groups and Rule Sets, in the header should contain an API Key.
The proposal mechanism to create api_keys is as follows:
Example in Elixir:
The result should be the API Key to be used for all Calls from this merchant.
The text was updated successfully, but these errors were encountered: