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
The WaaS API now includes a response signature in the headers of its responses. The SDK should validate the responses match their signature. If the signature and responses don't match, we should throw an error and stop sending messages to the API (as our messages are likely being intercepted); we especially shouldn't send a RegisterSession request unless we got a valid signature back from our initiateAuth request. This helps protect against MITM attacks
The WaaS API now includes a response signature in the headers of its responses. The SDK should validate the responses match their signature. If the signature and responses don't match, we should throw an error and stop sending messages to the API (as our messages are likely being intercepted); we especially shouldn't send a RegisterSession request unless we got a valid signature back from our initiateAuth request. This helps protect against MITM attacks
Full context and explanation here: 0xsequence/waas-authenticator#49
One correction to the docs above:
Signatue Base should have the
sig=
removed from signature-inputSo, for example, if you have these as headers:
You should use the following as signature base:
Unity Implementation: 0xsequence/sequence-unity#164
The text was updated successfully, but these errors were encountered: