add ServerConn.VerifyCredentials() (#555)

This commit is contained in:
Alessandro Ros
2025-02-18 17:39:04 +01:00
committed by GitHub
parent 3409f00c90
commit 55556f1ecf
11 changed files with 387 additions and 25 deletions

View File

@@ -24,6 +24,7 @@ var casesAuthorization = []struct {
base.HeaderValue{"Basic bXl1c2VyOm15cGFzcw=="},
Authorization{
Method: AuthMethodBasic,
Username: "myuser",
BasicUser: "myuser",
BasicPass: "mypass",
},