Skip to content

Commit 612070c

Browse files
authored
update Clerk Auth repo (old unmaintained) (#1247)
1 parent 0e09407 commit 612070c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Authentication Overview
32

43
Many apps require authentication to manage users. There are a few different ways to accomplish this in Reflex:
@@ -9,7 +8,6 @@ We have solutions here:
98
2. Google Auth: Uses sign in with Google: https://reflex.dev/blog/2023-10-25-implementing-sign-in-with-google/
109
3. Captcha: Generates tests that humans can pass but automated systems cannot: https://github.com/masenf/reflex-google-recaptcha-v2
1110
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
12-
5. Clerk Auth: A community member wrapped this component and hooked it up in this app: https://github.com/kroo/reflex-clerk
13-
11+
5. Clerk Auth: A community member wrapped this component and hooked it up in this app: https://github.com/TimChild/reflex-clerk-api
1412

15-
More auth documentation on the way. Check back soon!
13+
More auth documentation on the way. Check back soon!

0 commit comments

Comments
 (0)