Documentation
¶
Index ¶
- Constants
- func GenerateOTP(uid, role string, w http.ResponseWriter, r *http.Request, auth auth.IAuth)
- func Get(uid, role string) interface{}
- func Password(uid, role string, w http.ResponseWriter, r *http.Request, auth auth.IAuth) (any, error)
- func Post(uid, role string, body map[string]interface{}) (interface{}, error)
- func RevokeOTP(uid string, role string, w http.ResponseWriter, r *http.Request, ...)
- func Setup(w http.ResponseWriter, r *http.Request, auth auth.IAuth)
- func VerifyOTP(uid string, role string, w http.ResponseWriter, r *http.Request, ...) (any, error)
Constants ¶
View Source
const GZIP_MINIMUM = 16384
Variables ¶
This section is empty.
Functions ¶
func GenerateOTP ¶ added in v0.8.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.