This is a simple application that is protected by SuperTokens. This app uses the Next.js app directory.
- Execute
create-next-appwith npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-supertokens with-supertokens-appyarn create next-app --example with-supertokens with-supertokens-apppnpm create next-app --example with-supertokens with-supertokens-app-
Run
yarn install -
Run
npm run devto start the application onhttp://localhost:3000.
- Run the following command
npx create-supertokens-app@latest --frontend=next- Select the option to use the app directory
Follow the instructions after create-supertokens-app has finished
- To know more about how this app works and to learn how to customise it based on your use cases refer to the SuperTokens Documentation
- We have provided development OAuth keys for the various built-in third party providers in the
/app/config/backend.tsfile. Feel free to use them for development purposes, but please create your own keys for production use.