How does one write GetServerSideProps with withAuthUserTokenSSR as a regular function? #273
Unanswered
AlvesJorge
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
export const getServerSideProps = withAuthUserTokenSSR()();
How would one write this as a normal function such as
}
But with withAuthUserTokenSSR() ?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions