Public share SQL driver config

This commit is contained in:
Ishank Arora
2021-04-14 12:48:35 +02:00
parent 4100541baf
commit 7ca9e12116
5 changed files with 45 additions and 10 deletions
+1
View File
@@ -85,6 +85,7 @@ func (c *cs3backend) GetUserByClaims(ctx context.Context, claim, value string, w
func (c *cs3backend) Authenticate(ctx context.Context, username string, password string) (*cs3.User, error) {
res, err := c.authProvider.Authenticate(ctx, &gateway.AuthenticateRequest{
Type: "basic",
ClientId: username,
ClientSecret: password,
})