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

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'

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
```