Protect your Vue 3 adn Vite-powered Meteor app
A template that demonstrates how to integrate the Unkey API with a Vue 3 and Vite-powered Meteor app. This setup showcases secure API key authentication, enabling controlled access to a to-do list application.
create_key
read_key
encrypt_key
decrypt_key
Clone the repository to your local machine:
1git clone git@github.com:unrenamed/unkey-meteor-vue2cd unkey-meteor-vue
Create a new folder and a file in the root directory private/settings
with the following content:
1{2 "env": {3 "UNKEY_API_ID": "<your-unkey-api-id>"4 }5}
Before you proceed, ensure you have
meteor
installed on your machine. Follow the official guide if needed: https://docs.meteor.com/about/install.html
Run meteor npm install
to install all dependencies.
Run npm run start
to start the server.
Open http://localhost:3000
in your browser
2500 verifications and 100K successful rate‑limited requests per month. No CC required.