1.0.15 • Published 4 months ago

sjwt v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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

1.0.15

4 months ago

1.0.10

4 months ago

1.0.8

4 months ago

1.0.14

4 months ago

1.0.5

4 months ago

1.0.13

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

5 months ago

1.0.0

5 months ago