Skip to content

Commit 68be0b2

Browse files
updated auth overview docs to include descope (#1633)
Co-authored-by: Ahmad Hakim <[email protected]>
1 parent 31b5200 commit 68be0b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blog/2024-12-20-python-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rx.vstack(
5050
- **No boilerplate**: Reflex handles the connection between your frontend and backend.
5151
- **Flexible and expressive**: Reflex comes with over 60 UI components that are highly customizable (supporting Tailwind, custom CSS, etc.).
5252
- **Database management**: Reflex integrates with SQLAlchemy and offers first-class support for SQLite, Postgres, and MySQL.
53-
- **Authentication**: Reflex offers multiple authentication options, including Local Auth, Google Auth, Captcha, Magic Link Auth, and Clerk Auth, allowing for easy user management.
53+
- **Authentication**: Reflex offers multiple authentication options, including Local Auth, Google Auth, Captcha, Magic Link Auth, Descope Auth, and Clerk Auth, allowing for easy user management.
5454
- **Deployment**: Reflex apps can be deployed to the cloud with a single command (`reflex deploy`).
5555

5656
**Cons**

docs/authentication/authentication_overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ We have solutions that currently exist outside of the core framework:
1313
3. Captcha: Generates tests that humans can pass but automated systems cannot: https://github.com/masenf/reflex-google-recaptcha-v2
1414
4. Magic Link Auth: A passwordless login method that sends a unique, one-time-use URL to a user's email: https://github.com/masenf/reflex-magic-link-auth
1515
5. Clerk Auth: A community member wrapped this component and hooked it up in this app: https://github.com/TimChild/reflex-clerk-api
16+
6. Descope Auth: Enables authentication with Descope, supporting passwordless, social login, SSO, and MFA: https://github.com/descope-sample-apps/reflex-descope-auth
1617

1718
## Guidance for Implementing Authentication
1819

0 commit comments

Comments
 (0)