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