MCPcopy Create free account
hub / github.com/cloud-native-go/examples / authenticatePassword

Function authenticatePassword

ch12/jwt/authenticate.go:58–60  ·  view source on GitHub ↗

authenticatePassword always returns true and a nil error, just for the sake of demonstration

(_, _ string)

Source from the content-addressed store, hash-verified

56// authenticatePassword always returns true and a nil error, just
57// for the sake of demonstration
58func authenticatePassword(_, _ string) (bool, error) {
59 return true, nil
60}

Callers 1

authenticateHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected