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

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

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

![jwt login](https://cdn.auth0.com/content/jwt/jwt-diagram.png)