Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nightcoders/sdk

gigashiro10UNLICENSED1.0.12TypeScript support: included

Plurall SDK

readme

SDK

Software Developer Kit - Node JS - Plurall

Features


Plurall Integration

ThirdParty

How to hash a temporary token?

import { ThirdParty } from '@plurall/sdk/Integration';

const { PLURALL_SECRET } = process.env;

const hash = ThirdParty.encryptToken(token, PLURALL_SECRET);