Supertokens Vue Demo

This is a demo of how to use Supertokens in Vue.

Table of Contents

Setup

To set up the project, follow these steps:

  1. Clone the repository: git clone https://github.com/kohasummons/supertokens-vue.git
  2. Navigate to the project directory: cd supertokens-vue
  3. Start the Frontend Server: cd frontend && npm install && npm run dev
  4. In another terminal, Start the Backend Server: cd backend && npm install && node app.js
  5. Create a new Project on SuperTokens to grab your Supertokens Connection URI and APIKEY.
  6. Copy the credentials. Create a .env file from .env.sample. Add your own details.

License

This project is licensed under the MIT License.