Replies: 1 comment
-
Hello @marqpdx, if you wrap top-level component with https://refine.dev/docs/packages/documentation/routers/nextjs/#authentication |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can i just wrap the top-level layout in the
<Authenticated/>
component (using in my case Nextjs w/ App) and have all child pages thereby inherit the requirement to authenticate, or must i wrap each page in its own Authenticated component?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions