Skip to content

Commit 08f6b59

Browse files
committed
Secret key not required for frontend
1 parent 8257f39 commit 08f6b59

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Test Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/ci.yml/badge.svg?branch=v0.2.6)
1+
![Test Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/ci.yml/badge.svg?branch=v0.2.7)
22
![PyPi publish Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/publish.yml/badge.svg)
33
![Demo Deploy Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/deploy.yml/badge.svg)
44

clerk_api_demo/clerk_api_demo/clerk_api_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def index() -> rx.Component:
720720
clerk.wrap_app(
721721
app,
722722
publishable_key=os.environ["CLERK_PUBLISHABLE_KEY"],
723-
secret_key=os.environ["CLERK_SECRET_KEY"],
723+
secret_key=os.environ.get("CLERK_SECRET_KEY"),
724724
register_user_state=True,
725725
# NOTE: Colors customizable via the `Appearance` object. (baseTheme is not yet implemented)
726726
# appearance=Appearance(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "reflex-clerk-api"
7-
version = "0.2.6"
7+
version = "0.2.7"
88
description = "Reflex custom component wrapping @clerk/clerk-react and integrating the clerk-backend-api"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)