Skip to content

Commit 80b9691

Browse files
authored
Updates README (#836)
* Updates README * adds additional recipies * more updates * updates image * fixes
1 parent 4711f0b commit 80b9691

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.github/auth_strategies.png

-219 KB
Binary file not shown.

.github/list-user.png

79.3 KB
Loading

.github/user-info.png

263 KB
Loading

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ Supertokens architecture is optimized to add secure authentication for your user
1818
2. Backend SDK: Provides APIs for sign-up, sign-in, signout, session refreshing, etc. Your Frontend will talk to these APIs
1919
3. SuperTokens Core: The HTTP service for the core auth logic and database operations. This service is used by the Backend SDK
2020

21-
## Supports multiple auth strategies
21+
## Get Started Now
2222

23-
![auth recipes](.github/auth_strategies.png)
24-
25-
Guides to setup different recipes
23+
SuperTokens has the following features:
2624

2725
* [Passwordless](https://supertokens.com/docs/passwordless/introduction)
2826
* [Social Login](https://supertokens.com/docs/thirdparty/introduction)
@@ -31,6 +29,10 @@ Guides to setup different recipes
3129
* [Passwordless + Social Login](https://supertokens.com/docs/thirdpartypasswordless/introduction)
3230
* [Email Password + Social Login](https://supertokens.com/docs/thirdpartyemailpassword/introduction)
3331
* [Session Management](https://supertokens.com/docs/session/introduction)
32+
* [Multi-Factor Authentication](https://supertokens.com/docs/mfa/introduction)
33+
* [Multi Tenancy / Organization Support (Enterprise SSO)](https://supertokens.com/docs/multitenancy/introduction)
34+
* [User Roles](https://supertokens.com/docs/userroles/introduction)
35+
* [Microservice Authentication](https://supertokens.com/docs/microservice_auth/introduction)
3436

3537
## Learn more
3638
- [🚀 What is SuperTokens?](https://github.com/supertokens/supertokens-core#-what-is-supertokens)
@@ -39,6 +41,7 @@ Guides to setup different recipes
3941
- [Documentation](https://github.com/supertokens/supertokens-core#documentation)
4042
- [🏗️ Architecture](https://github.com/supertokens/supertokens-core#%EF%B8%8F-architecture)
4143
- [☕ Why Java?](https://github.com/supertokens/supertokens-core#-why-java)
44+
- [⌨️ User Management Dashboard](https://github.com/supertokens/supertokens-core#-user-management-dashboard)
4245
- [🔥 SuperTokens vs Others](https://github.com/supertokens/supertokens-core#-supertokens-vs-others)
4346
- [🛠️ Building from source](https://github.com/supertokens/supertokens-core#%EF%B8%8F-building-from-source)
4447
- [👥 Community](https://github.com/supertokens/supertokens-core#-community)
@@ -95,6 +98,23 @@ Please find an [architecture diagram here](https://supertokens.io/docs/community
9598
- We also plan on using [GraalVM](https://www.graalvm.org/) in the future and this can reduce memory usage by 95%!
9699
- ✅ 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.
97100

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+
![List SuperTokens users](.github/list-user.png)
111+
112+
### Manage users
113+
114+
Manage users by modifying or deleting their sessions, metadata, roles and account info.
115+
116+
![Manage users](.github/user-info.png)
117+
98118
## 🔥 SuperTokens vs others
99119
Please find a detailed comparison chart [on our website](https://supertokens.io/pricing#comparison-chart)
100120

0 commit comments

Comments
 (0)