https://github.com/jasterv/deno-jwt-example
Basic API Rest with jwt auth
https://github.com/jasterv/deno-jwt-example
Last synced: about 1 year ago
JSON representation
Basic API Rest with jwt auth
- Host: GitHub
- URL: https://github.com/jasterv/deno-jwt-example
- Owner: JasterV
- License: apache-2.0
- Created: 2021-07-18T18:07:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T18:10:37.000Z (almost 5 years ago)
- Last Synced: 2025-03-07T21:32:56.344Z (about 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno jwt api
An API Rest built in typescript using Deno to run it
## Run
```
deno run --allow-read --allow-env --allow-net app.js
```
### Login flow
