kroo / kroo/reflex-clerk

Getting "No Clerk JWT public keys found. Skipping Clerk session set."

Open
#5 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
29
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Hi ,
I am getting this error :"No Clerk JWT public keys found. Skipping Clerk session set."
while running reflex clerk with my reflex app and because of the is certain features are not working as clerk session set is getting skipped.
As an example this code is not working -
```
clerk.clerk_loaded(
rx.cond(
clerk.ClerkState.is_signed_in,
rx.box(
rx.text(
"You are currently logged in as ",
clerk.ClerkState.user.first_name
),
),
rx.text("you are currently logged out"))),
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported "No Clerk JWT public keys found" message with the example clerk_loaded and ClerkState.is_signed_in code in a Reflex app. Inspect the Clerk session setup and JWT public-key handling; the issue is done when the session is no longer skipped and the signed-in user information renders correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
authentication
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.