An open API service indexing awesome lists of open source software.

https://github.com/duplojs/json-web-token

@duplojs/json-web-token is the typed, opinionated token handler for signing, encrypting, and validating tokens.
https://github.com/duplojs/json-web-token

auth duplojs json-web-token webcrypto

Last synced: 15 days ago
JSON representation

@duplojs/json-web-token is the typed, opinionated token handler for signing, encrypting, and validating tokens.

Awesome Lists containing this project

README

          

# @duplojs/json-web-token
[![NPM version](https://img.shields.io/npm/v/@duplojs/json-web-token)](https://www.npmjs.com/package/@duplojs/json-web-token)

`@duplojs/json-web-token` is the typed, opinionated token handler for signing, encrypting, and validating tokens.

## Documentation
- https://json-web-token.duplojs.dev

## Install

```bash
npm install @duplojs/json-web-token
```