-
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
40f8c88
commit 39a7d9a
Showing
1 changed file
with
9 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 |
---|---|---|
|
@@ -8,6 +8,15 @@ hide_title: true | |
|
||
With the user management dashboard, you can view the list of users on SuperTokens and be able to easily view, modify or delete their sessions, metadata, roles and account info. | ||
|
||
## Live demo | ||
|
||
We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/auth/dashboard). The credentials for logging in are: | ||
|
||
```text | ||
email: [email protected] | ||
password: abcd1234 | ||
``` | ||
|
||
## Complete quick setup | ||
|
||
Before you can use the user management dashboard make sure to complete setting up SuperTokens on your backend by following the quick setup guide for the recipe of your choice, view all recipes [here](/docs/guides) | ||
|