Versions in this module Expand all Collapse all v1 v1.12.3 Jul 12, 2019 Changes in this version + func APIBaiscAuth(appid, appkey string) beego.FilterFunc + func APIBasicAuth(appid, appkey string) beego.FilterFunc + func APISecretAuth(f AppIDToAppSecret, timeout int) beego.FilterFunc + func Signature(appsecret, method string, params url.Values, RequestURL string) (result string) + type AppIDToAppSecret func(string) string