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
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