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.
- Host: GitHub
- URL: https://github.com/kei-k23/jwt-like-auth-library
- Owner: Kei-K23
- License: mit
- Created: 2023-10-21T14:48:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T14:49:20.000Z (over 2 years ago)
- Last Synced: 2025-03-26T14:51:50.184Z (over 1 year ago)
- Topics: jwt, npm-package, tyepscript
- Language: TypeScript
- Homepage:
- Size: 115 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```