2.0.0 • Published 6 months ago

@bjorkhaug/sjwt v2.0.0

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

Simple jwt library

Purpose

Consume and use the web crypto standard for runtimes like node and deno without relying on external platforms. With this library you can sign and issue valid jwt tokens, as well as encode jwt without any signature.

Note does not support issueing a CryptoKey with P521 Curve, as it is not implemented in Deno.

Usage

import { bearer, decode, encode, sign, validate, verify } from '@bjorkhaug/sjwt'

TODO method docs

2.0.0

6 months ago

1.8.0

6 months ago

1.7.0

6 months ago

1.4.0

6 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago