<@!349883597374881802> I am a little confused abou...
# off-topic
c
@User I am a little confused about lesson "23: Create a Client Page that Requires Authentication in Next.js Using getServerSideProps"
If you already have access to the useUser() hook in the Dashboard page, and useUser() tells you whether you have an authenticated user or not - why do you need to verify the user is authenticated on the server by calling getServerSideProps()?