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

https://github.com/t99/tsjwt

A JSON Web Token implementation in TypeScript.
https://github.com/t99/tsjwt

Last synced: 9 months ago
JSON representation

A JSON Web Token implementation in TypeScript.

Awesome Lists containing this project

README

          

# `tsjwt`

A JSON Web Token implementation in TypeScript.

### [Find tsjwt on NPM.](https://www.npmjs.com/package/tsjwt)

## Table of Contents

- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Documentation](#documentation)
- [License](#license)

## Installation

Install from NPM with

```
$ npm install --save tsjwt
```

## Basic Usage

Basic usage instructions here.

## Documentation

See the [wiki](https://github.com/T99/tsjwt/wiki) for full documentation.

## License

tsjwt is made available under the GNU General Public License v3.

Copyright (C) 2022 Trevor Sears