You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### Integrating with `mastercard-oauth1-signer` module:
303
303
304
304
In order to use both signing and encryption layers, a defined order is required as signing library should calculate the hash of the encrypted payload.
305
305
According to the above the signing layer must be applied first in order to work as inner layer. The outer layer - encryption - will be executed first, providing the signing layer the encrypted payload to sign.
0 commit comments