I followed this https://transloadit.com/docs/api-docs#authentication-implementations for my node app but how do I get the signature into this ng service? ``` signature: function(callback) { // ideally you would be generating this on the fly somewhere callback('here-is-my-signature'); }, ``` How do I get it in there?