You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,6 +98,23 @@ Please find an [architecture diagram here](https://supertokens.io/docs/community
95
98
- We also plan on using [GraalVM](https://www.graalvm.org/) in the future and this can reduce memory usage by 95%!
96
99
- ✅ If you require any modifications to the auth APIs, those would need to be done on the backend SDK level (for example Node, Golang, Python..). So you’d rarely need to directly modify/work with the Java code in this repo.
97
100
101
+
## ⌨️ User Management Dashboard
102
+
103
+
Oversee your users with the [SuperTokens User Management Dashboard](https://supertokens.com/docs/userdashboard/about)
104
+
105
+
106
+
### List users
107
+
108
+
List all the users who have signed up to your application.
109
+
110
+

111
+
112
+
### Manage users
113
+
114
+
Manage users by modifying or deleting their sessions, metadata, roles and account info.
115
+
116
+

117
+
98
118
## 🔥 SuperTokens vs others
99
119
Please find a detailed comparison chart [on our website](https://supertokens.io/pricing#comparison-chart)
0 commit comments