Skip to content

Commit 14176b6

Browse files
dveedenccoVeille
andauthored
Update server/credential_provider.go
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
1 parent 6970b4f commit 14176b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/credential_provider.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import "sync"
55
// interface for user credential provider
66
// hint: can be extended for more functionality
77
//
8-
// Note: if the password in a third-party credential provider could be updated at runtime, we have to invalidate the caching
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
911
// for 'caching_sha2_password' by calling 'func (s *Server)InvalidateCache(string, string)'.
1012
type CredentialProvider interface {
1113
// check if the user exists

0 commit comments

Comments
 (0)