| title | description |
|---|---|
Development |
Empower your users with Ploton in shortest time possible |
Step 1. Install Ploton Backend SDK in your Backend Server or Service:
npm install @ploton/backend-sdkgo get https://github.com/plotondev/ploton/backend-sdkStep 2. Install Ploton Frontend SDK in your Frontend application:
npm install @ploton/frontend-sdkStep 3. Authenticate with Ploton and get your tokens
With a simple call to ploton sever, you can get tokens that your frontend and users would require.
const { token } = ploton.authenticate(user, accessToken, hash);token := ploton.authenticate(user, accessToken, hash)Step 3. Setup frontend
You can setup fronend first too.
Here's how to solve some common problems when working with Ploton SDKs.
See if your key or subscription has expired. If so, get a new one. Do not use raw endpoints. Try reaching out to support.