We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18420c2 commit 7bc381bCopy full SHA for 7bc381b
security/handler.go
@@ -5,7 +5,7 @@ import (
5
"strings"
6
)
7
8
-// Handler takes care of security for a given handler with the given security configuratioon
+// Handler takes care of security for a given handler with the given security configuration
9
func Handler(handler http.HandlerFunc, security *Config) http.HandlerFunc {
10
return func(w http.ResponseWriter, r *http.Request) {
11
usernameEntered, passwordEntered, ok := r.BasicAuth()
0 commit comments