https://github.com/timoglastra/jwt-status-list-ts
A TypeScript implementation of 'JWT and CWT Status List'
https://github.com/timoglastra/jwt-status-list-ts
Last synced: 7 months ago
JSON representation
A TypeScript implementation of 'JWT and CWT Status List'
- Host: GitHub
- URL: https://github.com/timoglastra/jwt-status-list-ts
- Owner: TimoGlastra
- Created: 2023-10-13T11:28:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T11:36:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T22:13:45.160Z (9 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT Status List TS
A Status List implementation for JWTs (and CWTs) based on [JWT and CWT Status List](https://datatracker.ietf.org/doc/html/draft-looker-oauth-jwt-cwt-status-list-01).
## Running
To install dependencies:
```bash
bun install
```To test:
```bash
bun test
```