Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.43 KB

File metadata and controls

67 lines (47 loc) · 1.43 KB
title description
Development
Empower your users with Ploton in shortest time possible
**Prerequisite** You should have a frontend application and a backend application each.

Step 1. Install Ploton Backend SDK in your Backend Server or Service:

npm install @ploton/backend-sdk
go get https://github.com/plotondev/ploton/backend-sdk

Step 2. Install Ploton Frontend SDK in your Frontend application:

npm install @ploton/frontend-sdk

Step 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.

Troubleshooting

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.