Skip to content

Commit

Permalink
small changes to capacitor docs integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Apr 11, 2024
1 parent 541ff91 commit 272e1f7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions v2/emailpassword/capacitor-integration/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ hide_title: true
# Capacitor integration with SuperTokens

To integrate SuperTokens with your capacitor app we recommend using [capacitor-supertokens-nextjs-turborepo](https://github.com/RobSchilderr/capacitor-supertokens-nextjs-turborepo) which is a community created template project with SuperTokens already set up for NextJS on the web and mobile using capacitor.

:::important
The `supertokens-web-js` /`supertokens-auth-react` SDKs use frontend cookies to store the session tokens. For this to work on mobile apps with Capacitor, you will need to enable [cookies in Capacitor](https://capacitorjs.com/docs/apis/cookies).
:::
4 changes: 4 additions & 0 deletions v2/passwordless/capacitor-integration/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ hide_title: true
# Capacitor integration with SuperTokens

To integrate SuperTokens with your capacitor app we recommend using [capacitor-supertokens-nextjs-turborepo](https://github.com/RobSchilderr/capacitor-supertokens-nextjs-turborepo) which is a community created template project with SuperTokens already set up for NextJS on the web and mobile using capacitor.

:::important
The `supertokens-web-js` /`supertokens-auth-react` SDKs use frontend cookies to store the session tokens. For this to work on mobile apps with Capacitor, you will need to enable [cookies in Capacitor](https://capacitorjs.com/docs/apis/cookies).
:::
4 changes: 4 additions & 0 deletions v2/thirdparty/capacitor-integration/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ hide_title: true
# Capacitor integration with SuperTokens

To integrate SuperTokens with your capacitor app we recommend using [capacitor-supertokens-nextjs-turborepo](https://github.com/RobSchilderr/capacitor-supertokens-nextjs-turborepo) which is a community created template project with SuperTokens already set up for NextJS on the web and mobile using capacitor.

:::important
The `supertokens-web-js` /`supertokens-auth-react` SDKs use frontend cookies to store the session tokens. For this to work on mobile apps with Capacitor, you will need to enable [cookies in Capacitor](https://capacitorjs.com/docs/apis/cookies).
:::
6 changes: 5 additions & 1 deletion v2/thirdpartyemailpassword/capacitor-integration/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ hide_title: true

# Capacitor integration with SuperTokens

To integrate SuperTokens with your capacitor app we recommend using [capacitor-supertokens-nextjs-turborepo](https://github.com/RobSchilderr/capacitor-supertokens-nextjs-turborepo) which is a community created template project with SuperTokens already set up for NextJS on the web and mobile using capacitor.
To integrate SuperTokens with your capacitor app we recommend using [capacitor-supertokens-nextjs-turborepo](https://github.com/RobSchilderr/capacitor-supertokens-nextjs-turborepo) which is a community created template project with SuperTokens already set up for NextJS on the web and mobile using capacitor.

:::important
The `supertokens-web-js` /`supertokens-auth-react` SDKs use frontend cookies to store the session tokens. For this to work on mobile apps with Capacitor, you will need to enable [cookies in Capacitor](https://capacitorjs.com/docs/apis/cookies).
:::
4 changes: 4 additions & 0 deletions v2/thirdpartypasswordless/capacitor-integration/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ hide_title: true
# Capacitor integration with SuperTokens

To integrate SuperTokens with your capacitor app we recommend using [capacitor-supertokens-nextjs-turborepo](https://github.com/RobSchilderr/capacitor-supertokens-nextjs-turborepo) which is a community created template project with SuperTokens already set up for NextJS on the web and mobile using capacitor.

:::important
The `supertokens-web-js` /`supertokens-auth-react` SDKs use frontend cookies to store the session tokens. For this to work on mobile apps with Capacitor, you will need to enable [cookies in Capacitor](https://capacitorjs.com/docs/apis/cookies).
:::

0 comments on commit 272e1f7

Please sign in to comment.