-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a24dac5
commit 7f34265
Showing
5 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,11 @@ hide_title: true | |
## Demo application | ||
|
||
- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). | ||
- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: | ||
```text | ||
email: [email protected] | ||
password: abcd1234 | ||
``` | ||
- Generate a starter app | ||
```bash | ||
npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,11 @@ import TechStackSupport from "../community/reusableMD/supported-tech-stacks.mdx" | |
## Demo application | ||
|
||
- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). | ||
- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: | ||
```text | ||
email: [email protected] | ||
password: abcd1234 | ||
``` | ||
- Generate a starter app | ||
```bash | ||
npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,11 @@ hide_title: true | |
## Demo application | ||
|
||
- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). | ||
- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: | ||
```text | ||
email: [email protected] | ||
password: abcd1234 | ||
``` | ||
- Generate a starter app | ||
```bash | ||
npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,11 @@ hide_title: true | |
## Demo application | ||
|
||
- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). | ||
- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: | ||
```text | ||
email: [email protected] | ||
password: abcd1234 | ||
``` | ||
- Generate a starter app | ||
```bash | ||
npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,11 @@ hide_title: true | |
## Demo application | ||
|
||
- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). | ||
- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: | ||
```text | ||
email: [email protected] | ||
password: abcd1234 | ||
``` | ||
- Generate a starter app | ||
```bash | ||
npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} | ||
|