Hi, can i use supertokens with NextJS?
# support-questions-legacy
l
Hi, can i use supertokens with NextJS?
r
hey @Luca - yes you can. We currently only support pages directory though, and have an integration guide for the same
l
@rp_st Ok, thanks. Refering to this documentation: https://supertokens.com/docs/thirdpartyemailpassword/nextjs/init: can i also have a public section in my app? Or do i have to include the SupertokensWrapper in any page.getLayout function?
r
Wrapping the app with supertokensWrapper allows you to have public sectors in your app. Only the SessionAuth wrapper enforces that the user should be logged in
l
okay, thanks