ectoken icon indicating copy to clipboard operation
ectoken copied to clipboard

allowedUrls parameter of C# EncryptV3 parameter doesn't get passed to overloaded method

Open dorival opened this issue 6 years ago • 0 comments

In the C# implementation, EncryptV3 expects an optional parameter called allowedUrls.

But the call to the overloaded EncryptV3 doesn't pass this parameter along, making it not possible to restrict urls if using this signature.

I made a pull request that adds this missing parameter declaration: https://github.com/VerizonDigital/ectoken/pull/15

dorival avatar May 03 '18 20:05 dorival