Documentation ¶
Index ¶
- func CheckAccessToken(c *web.Context, secretKey, accessToken, uuid string) (jwtClaims *jwtx.JwtClaims, ok bool)
- func CheckApp(c *web.Context, err error, active bool, checkSecret CheckSecretFunc, code int) (ok bool)
- func CheckStaff(c *web.Context, err error, active, departure bool, ...) (ok bool)
- func CompareSecrets(secret, reqAppSecret string) (ok bool)
- type CheckPasswordFunc
- type CheckSecretFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAccessToken ¶
func CheckStaff ¶
func CompareSecrets ¶
Types ¶
type CheckPasswordFunc ¶
type CheckPasswordFunc func() bool
type CheckSecretFunc ¶
type CheckSecretFunc func() bool
Click to show internal directories.
Click to hide internal directories.