guabu
guabu
Hey @johncarmack1984 👋 Thanks for opening a separate thread! You should be able to use the `getSession()` method to determine if a user is authenticated and either redirect them or...
If you'd like to stick to the same wrapper, you can combine the `getSession` method into a HOC: ```tsx import { ComponentType } from "react" import { redirect } from...
> Well... thanks were a bit premature on this one, the wrapper doesn't work. Still can't upgrade.  Hey @johncarmack1984 👋 That looks to...
No worries, happy to help! 👍
> Looks like the latest recommended implementation would expose confidential information to the client, which was thankfully caught by a different dependency. The example shared above is a server component....
@johncarmack1984 what exactly is your follow-up question here? Let's please keep the tone respectful and avoid making such assumptions/statements. I shared an example of how to achieve something similar to...