Standard authentication mechanism
Hi,
I am developing an app that will request data from REST services. I have seen the how to in http://docs.appery.io/?s=hmac&submit= and I am wondering if there is a way to standardise the hmac header creation so that I do not have to recreate the header parameters and add the JS every time I create a new request. Basicall a way to standardise the steps described in:"Binding AddMessage service to the page"
thnks for any respnse