Replies: 1 comment 1 reply
-
Converted to a discussion because this sounds like more of a question about Clerk specifically, which I haven’t used, and isn’t related to this library. Could you provide more details of why the middleware auth examples don’t work with Clerk (citing specific examples in their documentation)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I'm working on a website, using clerk as the user management. I wanna inject the auth token provided by the clerk by middleware. But the method used to get the token can only be used within the Components or server side. Does there have a good way to inject token?
Proposal
I wanna inject the auth token by middleware without wrapping all methods or manually injecting it within Components.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions