New user provider for nextcloud migration (#337)

This commit is contained in:
Anton Shepilov
2024-01-22 21:32:32 +03:00
committed by GitHub
parent 18ca9444ca
commit 184b9acbe3
10 changed files with 160 additions and 63 deletions
@@ -14,7 +14,12 @@ describe.skip('nextcloud migration module', () => {
appId: "tdrive_onlyoffice",
secret: "c1cc66db78e1d3bb4713c55d5ab2"
}
}
},
userProvider: "lemon",
lemon: {
url: "url",
auth: "key"
},
} as NextcloudMigrationConfiguration);
let user = await subj.driveClient.createUser({firstName: "DWHO", lastName: "DWHO", email: "dwho@example.com", uid: "test"});