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 b22388e commit b7ad4f2Copy full SHA for b7ad4f2
middleware/basicauth/config.go
@@ -29,7 +29,7 @@ type Config struct {
29
30
// Authorizer defines a function you can pass
31
// to check the credentials however you want.
32
- // It will be called with a username, hashed password and
+ // It will be called with a username, password and
33
// the current fiber context and is expected to return
34
// true or false to indicate that the credentials were
35
// approved or not.
0 commit comments