From 250ddfffb2dac3eb04a7208d37dfe647711931c0 Mon Sep 17 00:00:00 2001 From: Joel Coutinho Date: Thu, 12 Oct 2023 11:26:23 +0530 Subject: [PATCH] Updates README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88b3be2b1..347889603 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ Supertokens architecture is optimized to add secure authentication for your user 2. Backend SDK: Provides APIs for sign-up, sign-in, signout, session refreshing, etc. Your Frontend will talk to these APIs 3. SuperTokens Core: The HTTP service for the core auth logic and database operations. This service is used by the Backend SDK -## Supports multiple auth strategies +## Get Started Now ![auth recipes](.github/auth_strategies.png) -Guides to setup different recipes +SuperTokens supports the following authentication strategies. * [Passwordless](https://supertokens.com/docs/passwordless/introduction) * [Social Login](https://supertokens.com/docs/thirdparty/introduction)