This is a demo of how to use Supertokens in Vue.
To set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/kohasummons/supertokens-vue.git
- Navigate to the project directory:
cd supertokens-vue
- Start the Frontend Server:
cd frontend && npm install && npm run dev
- In another terminal, Start the Backend Server:
cd backend && npm install && node app.js
- Create a new Project on SuperTokens to grab your Supertokens Connection URI and APIKEY.
- Copy the credentials. Create a
.env
file from.env.sample
. Add your own details.
This project is licensed under the MIT License.