Skip to content

Commit

Permalink
adds back dashboard linkl
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Jun 27, 2024
1 parent a24dac5 commit 7f34265
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions v2/emailpassword/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
5 changes: 5 additions & 0 deletions v2/passwordless/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
5 changes: 5 additions & 0 deletions v2/thirdparty/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
5 changes: 5 additions & 0 deletions v2/thirdpartyemailpassword/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
5 changes: 5 additions & 0 deletions v2/thirdpartypasswordless/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7f34265

Please sign in to comment.