sjwt

1.0.15 • Public • Published

SimpleJWT

The SimpleJWT sjwt library simplifies using simplejwt.com. It gives you simple tools for your end users to register, login, etc for a complete user management experience. All end users have an associated JSON store that you can access as well.

Basic Usage

  • npm install sjwt

  • import {register} from 'sjwt';

  • const response = await register({email, password, projectId});

  • import {getAuthenticatedUser} from 'sjwt';

  • const user = await getAuthenticatedUser({projectId});

Documentation

WIP @ simplejwt.com

/sjwt/

    Package Sidebar

    Install

    npm i sjwt

    Weekly Downloads

    2

    Version

    1.0.15

    License

    MIT

    Unpacked Size

    25.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • chalksy