Skip to content

Commit 50aece7

Browse files
dveedenccoVeille
andauthored
server: Fix formatting of credential provider note (#1023)
* server: Fix formatting of credential provider note * Update server/credential_provider.go Co-authored-by: ccoVeille <[email protected]> --------- Co-authored-by: ccoVeille <[email protected]>
1 parent 34b6b09 commit 50aece7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/credential_provider.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import "sync"
44

55
// interface for user credential provider
66
// hint: can be extended for more functionality
7-
// =================================IMPORTANT NOTE===============================
7+
//
8+
// # Important Note
9+
//
810
// 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 {

0 commit comments

Comments
 (0)