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!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    7

Package Sidebar

Install

npm i scratch-auth

Weekly Downloads

7

Version

1.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • scratch