A Reflex custom component that wraps @clerk/clerk-react and integrates the Clerk backend API for authentication in Reflex apps. Current version 1.3.1, requires Python >=3.11, release cadence irregular.
pip install reflex-clerk-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Reflex app using ClerkProvider for authentication.
Change `from reflex_clerk import ...` to `from reflex_clerk_api import ...`.
Upgrade Python to 3.11 or later.
Always pass `publishable_key` environment variable or hardcoded key.
Ensure `useUser()` is used within a component rendered inside ClerkProvider.
No resource links recorded.