scratch-auth

1.0.0 • Public • Published

scratch-auth

Authentication utilities for Scratch

Build Status Coverage Status dependencies Status devDependencies Status

Installation

npm install scratch-auth

Usage

const Auth = require('scratch-auth');
const a = new Auth('salt', 'secret');

const unsigned = a.unsign('value:zyBNJHpGyml3X-RhCx0mbjLFzPs');
const unpacked = a.unpack(unsigned);

Donate

We provide Scratch free of charge, and want to keep it that way! Please consider making a donation to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you!

/scratch-auth/

    Package Sidebar

    Install

    npm i scratch-auth

    Weekly Downloads

    0

    Version

    1.0.0

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • scratch