We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b6b09 commit 50aece7Copy full SHA for 50aece7
server/credential_provider.go
@@ -4,7 +4,9 @@ import "sync"
4
5
// interface for user credential provider
6
// hint: can be extended for more functionality
7
-// =================================IMPORTANT NOTE===============================
+//
8
+// # 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 {
0 commit comments