feat: social login in a cross domain setting

This commit is contained in:
lfleischmann
2023-04-11 16:41:12 +02:00
committed by GitHub
parent 0fca4c0b75
commit f02e6c6790
125 changed files with 3427 additions and 560 deletions

View File

@ -13,6 +13,7 @@ import { UserClient } from "./lib/client/UserClient";
import { WebauthnClient } from "./lib/client/WebauthnClient";
import { EmailClient } from "./lib/client/EmailClient";
import { ThirdPartyClient } from "./lib/client/ThirdPartyClient";
import { TokenClient } from "./lib/client/TokenClient";
export {
ConfigClient,
@ -22,6 +23,7 @@ export {
PasscodeClient,
EmailClient,
ThirdPartyClient,
TokenClient,
};
// Utils