Skip to content

Commit

Permalink
Merge pull request #866 from supertokens/chore/rename-microservice-auth
Browse files Browse the repository at this point in the history
Add notice about using unified login for mobile setups
  • Loading branch information
bcbogdan authored Oct 28, 2024
2 parents e66735d + a2c924e commit fcc5968
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
6 changes: 6 additions & 0 deletions v2/emailpassword/custom-ui/init/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ You need to add all of the following scripts to your app

<TabItem value="mobile">

:::info

If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction).

:::

<FrontendMobileSubTabs>

<TabItem value="reactnative">
Expand Down
7 changes: 7 additions & 0 deletions v2/passwordless/custom-ui/init/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,15 @@ You need to add all of the following scripts to your app

<TabItem value="mobile">

:::info

If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction).

:::

<FrontendMobileSubTabs>


<TabItem value="reactnative">

```bash
Expand Down
6 changes: 6 additions & 0 deletions v2/thirdparty/custom-ui/init/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ You need to add all of the following scripts to your app

<TabItem value="mobile">

:::info

If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction).

:::

<FrontendMobileSubTabs>

<TabItem value="reactnative">
Expand Down
8 changes: 7 additions & 1 deletion v2/thirdpartyemailpassword/custom-ui/init/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ You need to add all of the following scripts to your app

<TabItem value="mobile">

:::info

If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction).

:::

<FrontendMobileSubTabs>

<TabItem value="reactnative">
Expand Down Expand Up @@ -314,4 +320,4 @@ The next steps are to:
- Step 2: setup the backend SDK in your API layer
- Step 3: Setup the SuperTokens core (sign up for managed service, or self host it)
- Step 4: Enable the user management dashboard
- Use the frontend SDK's helper functions to build your own UI - follow along the docs in the "Using your own UI" section and you will find docs for this after "Step 4".
- Use the frontend SDK's helper functions to build your own UI - follow along the docs in the "Using your own UI" section and you will find docs for this after "Step 4".
6 changes: 6 additions & 0 deletions v2/thirdpartypasswordless/custom-ui/init/frontend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ You need to add all of the following scripts to your app

<TabItem value="mobile">

:::info

If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction).

:::

<FrontendMobileSubTabs>

<TabItem value="reactnative">
Expand Down

0 comments on commit fcc5968

Please sign in to comment.