Versions in this module Expand all Collapse all v1 v1.4.2 Nov 6, 2014 v1.4.1 Sep 2, 2014 Changes in this version + func APIAuthWithFunc(f AppIdToAppSecret, timeout int) beego.FilterFunc + func APIBaiscAuth(appid, appkey string) beego.FilterFunc + func Signature(appsecret, method string, params url.Values, RequestURI string) (result string) + type AppIdToAppSecret func(string) string