Skip to content

Commit fcc5968

Browse files
authored
Merge pull request #866 from supertokens/chore/rename-microservice-auth
Add notice about using unified login for mobile setups
2 parents e66735d + a2c924e commit fcc5968

File tree

5 files changed

+32
-1
lines changed

5 files changed

+32
-1
lines changed

v2/emailpassword/custom-ui/init/frontend.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ You need to add all of the following scripts to your app
5757

5858
<TabItem value="mobile">
5959

60+
:::info
61+
62+
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).
63+
64+
:::
65+
6066
<FrontendMobileSubTabs>
6167

6268
<TabItem value="reactnative">

v2/passwordless/custom-ui/init/frontend.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,15 @@ You need to add all of the following scripts to your app
5858

5959
<TabItem value="mobile">
6060

61+
:::info
62+
63+
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).
64+
65+
:::
66+
6167
<FrontendMobileSubTabs>
6268

69+
6370
<TabItem value="reactnative">
6471

6572
```bash

v2/thirdparty/custom-ui/init/frontend.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ You need to add all of the following scripts to your app
5656

5757
<TabItem value="mobile">
5858

59+
:::info
60+
61+
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).
62+
63+
:::
64+
5965
<FrontendMobileSubTabs>
6066

6167
<TabItem value="reactnative">

v2/thirdpartyemailpassword/custom-ui/init/frontend.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ You need to add all of the following scripts to your app
5757

5858
<TabItem value="mobile">
5959

60+
:::info
61+
62+
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).
63+
64+
:::
65+
6066
<FrontendMobileSubTabs>
6167

6268
<TabItem value="reactnative">
@@ -314,4 +320,4 @@ The next steps are to:
314320
- Step 2: setup the backend SDK in your API layer
315321
- Step 3: Setup the SuperTokens core (sign up for managed service, or self host it)
316322
- Step 4: Enable the user management dashboard
317-
- 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".
323+
- 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".

v2/thirdpartypasswordless/custom-ui/init/frontend.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ You need to add all of the following scripts to your app
6060

6161
<TabItem value="mobile">
6262

63+
:::info
64+
65+
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).
66+
67+
:::
68+
6369
<FrontendMobileSubTabs>
6470

6571
<TabItem value="reactnative">

0 commit comments

Comments
 (0)