rsnext/examples/with-supertokens
Rishabh Poddar 6852efff45
Updating with-supertokens example (#29876)
Updating dependency of supertokens-node and providing development OAuth keys for google and github for quicker setup.
2021-10-20 07:00:16 +00:00
..
config Updating with-supertokens example (#29876) 2021-10-20 07:00:16 +00:00
pages Updates supertokens-node dependency version (#28916) 2021-09-09 13:33:50 +00:00
public Add Supertokens example (#21384) 2021-02-15 15:41:45 -06:00
styles Add Supertokens example (#21384) 2021-02-15 15:41:45 -06:00
.gitignore Add Supertokens example (#21384) 2021-02-15 15:41:45 -06:00
package.json Updating with-supertokens example (#29876) 2021-10-20 07:00:16 +00:00
README.md Updating with-supertokens example (#29876) 2021-10-20 07:00:16 +00:00

SuperTokens Example

This is a simple set up for applications protected by SuperTokens.

How to use

npx create-next-app --example with-supertokens with-supertokens-app
# or
yarn create next-app --example with-supertokens with-supertokens-app
  • Run yarn install

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

Notes

Take a look at SuperTokens documentation.