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

https://github.com/muhammadpauzi/bun-jwt

Implementing Authentication API using JWT Refresh & Access Token
https://github.com/muhammadpauzi/bun-jwt

access-token api auth bun jwt learn refresh-token rest-api

Last synced: about 1 month ago
JSON representation

Implementing Authentication API using JWT Refresh & Access Token

Awesome Lists containing this project

README

          

To install dependencies:
```sh
bun install
```

To run:
```sh
bun run dev
```

open http://localhost:3000