panteliselef
panteliselef
Closing this as backporting this to v4 is not a priority at the moment
Closing this as #3373 will handle the issue with an improved implementation
This issue should no longer exist in @clerk/nextjs v5
Hey @ematipico, I have considered this option in the past, but having a "default" middleware does not feel something very useful as I imagine most people would like to customize...
Is there any other benefit from having this inside the integration that I may be missing ? I believe the API would look something like this ```ts import { defineConfig...
@JeroenReumkens Thanks for your kind words. Keep the feedback coming :) Clerk already offers a `signOut` method client side, so I might build on top of that. For now you...
@JeroenReumkens I've added signOut to `useAuth`. I'm reluctant on introduce a useClerk hook, how often do you need to grab the `$clerk` store ?
@dimkl Regarding case 1, Completely dropping the 2nd params, wouldn't that be a breaking change ? If we are going the extra mile here, let's still support the 2nd param,...
Hey @shadoworion could you try installing this, and verify is the fix works for you ? ```sh npm i @clerk/[email protected] --save-exact ```