Skip to content

Commit

Permalink
feat: twitter provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Sep 26, 2023
1 parent 2565f9b commit 484c67c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ts/recipe/thirdpartyemailpassword/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import {
ActiveDirectory,
BoxySAML,
Okta,
Twitter,
} from "../thirdparty/";
import { redirectToThirdPartyLogin as UtilsRedirectToThirdPartyLogin } from "../thirdparty/utils";

Expand Down Expand Up @@ -273,6 +274,7 @@ export default class Wrapper {
static ActiveDirectory = ActiveDirectory;
static BoxySAML = BoxySAML;
static Okta = Okta;
static Twitter = Twitter;
static ComponentsOverrideProvider = RecipeComponentsOverrideContextProvider;
}

Expand Down Expand Up @@ -304,6 +306,7 @@ export {
ActiveDirectory,
BoxySAML,
Okta,
Twitter,
ThirdpartyEmailPasswordComponentsOverrideProvider,
signOut,
submitNewPassword,
Expand Down
3 changes: 3 additions & 0 deletions lib/ts/recipe/thirdpartypasswordless/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import {
ActiveDirectory,
BoxySAML,
Okta,
Twitter,
} from "../thirdparty/";
import { redirectToThirdPartyLogin as UtilsRedirectToThirdPartyLogin } from "../thirdparty/utils";

Expand Down Expand Up @@ -277,6 +278,7 @@ export default class Wrapper {
static ActiveDirectory = ActiveDirectory;
static BoxySAML = BoxySAML;
static Okta = Okta;
static Twitter = Twitter;
static ComponentsOverrideProvider = RecipeComponentsOverrideContextProvider;
}

Expand Down Expand Up @@ -313,6 +315,7 @@ export {
ActiveDirectory,
BoxySAML,
Okta,
Twitter,
redirectToThirdPartyLogin,
thirdPartySignInAndUp,
getThirdPartyStateAndOtherInfoFromStorage,
Expand Down

0 comments on commit 484c67c

Please sign in to comment.