supertokens / supertokens-node

Node SDK for SuperTokens core
https://supertokens.com
Other
281 stars 72 forks source link

feat: add nextjs session utils #767

Closed anku255 closed 6 months ago

anku255 commented 7 months ago

Summary of change

This PR adds Next.js session util functions to be used with app dir. These changes will help us update Next.js code snippets for app dir throughout our docs.

Test Plan

Manually tested, that these utils work. Adding automated tests will require us to update Next.js version and that require us upgrading other packages including typescript.

Checklist for important updates

rishabhpoddar commented 6 months ago

Also, fix all the PR checks. They are failing + resolve PR conflicts