Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MainMiddleware ¶
Types ¶
type BasicAuthMiddleware ¶
type BasicAuthMiddleware struct { AuthService services.AuthService //UpHashed map[string]string Realm string }
func (BasicAuthMiddleware) ServeHTTP ¶
func (bam BasicAuthMiddleware) ServeHTTP(resp http.ResponseWriter, req *http.Request, next http.HandlerFunc)
WARNING this is not fully tested. We don't use this in production. (we use oauth)
Click to show internal directories.
Click to hide internal directories.