feat(modules-sdk): Module provider plugin loader (#6286)

This commit is contained in:
Oli Juhl
2024-02-01 17:03:31 +01:00
committed by GitHub
parent 45134e4d11
commit 3a103f0c36
13 changed files with 255 additions and 6 deletions
+1
View File
@@ -32,6 +32,7 @@ export default async ({
options?.providers?.map((provider) => [provider.name, provider.scopes]) ??
[]
)
// if(options?.providers?.length) {
// TODO: implement plugin provider registration
// }