From 39a7d9a4d82a2a38d51b1be1de790f7d67a3a1d0 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Fri, 19 Jul 2024 14:13:41 +0530 Subject: [PATCH] adds demo link for dashboard --- v2/userdashboard/about.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/v2/userdashboard/about.mdx b/v2/userdashboard/about.mdx index 861744af7..0732118a9 100644 --- a/v2/userdashboard/about.mdx +++ b/v2/userdashboard/about.mdx @@ -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: demo@supertokens.com +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)