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

https://github.com/kei-k23/jwt-like-auth-library

This is very small jwt like token library. This is just for testing and learning purpose of how to build library and register to NPM. This package is not for production purpose.
https://github.com/kei-k23/jwt-like-auth-library

jwt npm-package tyepscript

Last synced: 3 months ago
JSON representation

This is very small jwt like token library. This is just for testing and learning purpose of how to build library and register to NPM. This package is not for production purpose.

Awesome Lists containing this project

README

          

# Small JWT like auth token library

This is very small jwt like token library. This is just for testing and learning purpose of how to build library and register to **NPM**. **_This package is not for production purpose_**.

## Installation

```bash
npm i jwt-like-token
```