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 34b6b09 commit 6970b4fCopy full SHA for 6970b4f
server/credential_provider.go
@@ -4,8 +4,8 @@ import "sync"
4
5
// interface for user credential provider
6
// hint: can be extended for more functionality
7
-// =================================IMPORTANT NOTE===============================
8
-// if the password in a third-party credential provider could be updated at runtime, we have to invalidate the caching
+//
+// Note: if the password in a third-party credential provider could be updated at runtime, we have to invalidate the caching
9
// for 'caching_sha2_password' by calling 'func (s *Server)InvalidateCache(string, string)'.
10
type CredentialProvider interface {
11
// check if the user exists
0 commit comments