Skip to content

Commit

Permalink
Merge pull request #762 from supertokens/feat/add-t4-app-integration
Browse files Browse the repository at this point in the history
Add T4 App integration
  • Loading branch information
rishabhpoddar authored Dec 15, 2023
2 parents dc62b31 + dcbb0ec commit 2844dfb
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 0 deletions.
10 changes: 10 additions & 0 deletions v2/emailpassword/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,16 @@ module.exports = {
items: [
"capacitor-integration/about"
],
},
{
type: 'category',
label: 'T4 App',
customProps: {
logoUrl: '/img/logos/t4-app.png'
},
items: [
"t4-app/about"
],
}
],
},
Expand Down
12 changes: 12 additions & 0 deletions v2/emailpassword/t4-app/about.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: about
title: About
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/t4-app/about.mdx -->

# T4 App integration with SuperTokens

To integrate SuperTokens with [the T4 App starter kit](https://t4stack.com/), use this [boilerplate](https://github.com/timothymiller/t4-app/tree/supertokens-auth). This repository uses [supertokens-web-js](https://github.com/supertokens/supertokens-web-js) for unified authentication logic across Next.js and Expo applications. It comes preconfigured with "Email Password + Social" login recipes and is easily extensible to accommodate additional recipes.
10 changes: 10 additions & 0 deletions v2/passwordless/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,16 @@ module.exports = {
items: [
"capacitor-integration/about"
],
},
{
type: 'category',
label: 'T4 App',
customProps: {
logoUrl: '/img/logos/t4-app.png'
},
items: [
"t4-app/about"
],
}
],
},
Expand Down
12 changes: 12 additions & 0 deletions v2/passwordless/t4-app/about.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: about
title: About
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/t4-app/about.mdx -->

# T4 App integration with SuperTokens

To integrate SuperTokens with [the T4 App starter kit](https://t4stack.com/), use this [boilerplate](https://github.com/timothymiller/t4-app/tree/supertokens-auth). This repository uses [supertokens-web-js](https://github.com/supertokens/supertokens-web-js) for unified authentication logic across Next.js and Expo applications. It comes preconfigured with "Email Password + Social" login recipes and is easily extensible to accommodate additional recipes.
Binary file added v2/static/img/logos/t4-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions v2/thirdparty/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,16 @@ module.exports = {
items: [
"capacitor-integration/about"
],
},
{
type: 'category',
label: 'T4 App',
customProps: {
logoUrl: '/img/logos/t4-app.png'
},
items: [
"t4-app/about"
],
}
],
},
Expand Down
12 changes: 12 additions & 0 deletions v2/thirdparty/t4-app/about.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: about
title: About
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/t4-app/about.mdx -->

# T4 App integration with SuperTokens

To integrate SuperTokens with [the T4 App starter kit](https://t4stack.com/), use this [boilerplate](https://github.com/timothymiller/t4-app/tree/supertokens-auth). This repository uses [supertokens-web-js](https://github.com/supertokens/supertokens-web-js) for unified authentication logic across Next.js and Expo applications. It comes preconfigured with "Email Password + Social" login recipes and is easily extensible to accommodate additional recipes.
10 changes: 10 additions & 0 deletions v2/thirdpartyemailpassword/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,16 @@ module.exports = {
items: [
"capacitor-integration/about"
],
},
{
type: 'category',
label: 'T4 App',
customProps: {
logoUrl: '/img/logos/t4-app.png'
},
items: [
"t4-app/about"
],
}
],
},
Expand Down
12 changes: 12 additions & 0 deletions v2/thirdpartyemailpassword/t4-app/about.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: about
title: About
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/t4-app/about.mdx -->

# T4 App integration with SuperTokens

To integrate SuperTokens with [the T4 App starter kit](https://t4stack.com/), use this [boilerplate](https://github.com/timothymiller/t4-app/tree/supertokens-auth). This repository uses [supertokens-web-js](https://github.com/supertokens/supertokens-web-js) for unified authentication logic across Next.js and Expo applications. It comes preconfigured with "Email Password + Social" login recipes and is easily extensible to accommodate additional recipes.
10 changes: 10 additions & 0 deletions v2/thirdpartypasswordless/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,16 @@ module.exports = {
items: [
"capacitor-integration/about"
],
},
{
type: 'category',
label: 'T4 App',
customProps: {
logoUrl: '/img/logos/t4-app.png'
},
items: [
"t4-app/about"
],
}
],
},
Expand Down
12 changes: 12 additions & 0 deletions v2/thirdpartypasswordless/t4-app/about.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: about
title: About
hide_title: true
---

<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/t4-app/about.mdx -->

# T4 App integration with SuperTokens

To integrate SuperTokens with [the T4 App starter kit](https://t4stack.com/), use this [boilerplate](https://github.com/timothymiller/t4-app/tree/supertokens-auth). This repository uses [supertokens-web-js](https://github.com/supertokens/supertokens-web-js) for unified authentication logic across Next.js and Expo applications. It comes preconfigured with "Email Password + Social" login recipes and is easily extensible to accommodate additional recipes.

0 comments on commit 2844dfb

Please sign in to comment.