rsnext/examples/with-supertokens
Rishabh Poddar f6c62d3b89
Updates with-supertokens example to add sign in with apple (#31200)
Co-authored-by: Lee Robinson <me@leerob.io>
2021-11-12 19:54:28 -06:00
..
config Updates with-supertokens example to add sign in with apple (#31200) 2021-11-12 19:54:28 -06:00
pages Optimise bundle size for with-supertokens example (#31040) 2021-11-06 05:28:38 +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
.env Updates with-supertokens example to add sign in with apple (#31200) 2021-11-12 19:54:28 -06:00
.gitignore Add Supertokens example (#21384) 2021-02-15 15:41:45 -06:00
package.json Updates with-supertokens example to add sign in with apple (#31200) 2021-11-12 19:54:28 -06:00
README.md Updates with-supertokens example to add sign in with apple (#31200) 2021-11-12 19:54:28 -06: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.
  • We have provided development OAuth keys for the various in build third party providers in the .env file. Feel free to use them for development purposes, but please create your own keys for production use.