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
- Host: GitHub
- URL: https://github.com/muhammadpauzi/bun-jwt
- Owner: muhammadpauzi
- Created: 2024-05-06T13:47:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T13:48:24.000Z (about 2 years ago)
- Last Synced: 2025-04-09T17:51:38.246Z (about 1 year ago)
- Topics: access-token, api, auth, bun, jwt, learn, refresh-token, rest-api
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To install dependencies:
```sh
bun install
```
To run:
```sh
bun run dev
```
open http://localhost:3000