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.
- Host: GitHub
- URL: https://github.com/t99/tsjwt
- Owner: T99
- License: gpl-3.0
- Created: 2022-11-08T00:06:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T15:29:09.000Z (over 3 years ago)
- Last Synced: 2025-06-04T03:19:51.414Z (about 1 year ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
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