SuperTokens App Project

Next.js App protected by SuperTokens.

How to use

  • Run yarn

  • Copy .env.local.example to .env.local and fill empty properties

  • Run docker-compose up to set up Docker container with database and Supertokens

  • Run yarn dev to start the application on http://localhost:3000.

Notes