eliezedeck
10/19/2017, 6:40 AMagartha
10/19/2017, 7:52 AMTRANSFORM_ARGUMENT
hook (now called operationBefore) still exists. You should use that.eliezedeck
10/19/2017, 11:22 AMagartha
10/19/2017, 11:52 AMeliezedeck
10/19/2017, 12:39 PMagartha
10/19/2017, 1:35 PMconsole.log(event.context)
in your function to see what's in there. It does not only contain the token, but also auth
information (nodeId and modelName) from that token. In other words, it is already parsed for you in a secure way.eliezedeck
10/19/2017, 1:36 PM