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

https://github.com/borisskert/nodejs-jwt

Simple nodejs backend which is using JWT to secure its API
https://github.com/borisskert/nodejs-jwt

jwt nodejs

Last synced: 7 months ago
JSON representation

Simple nodejs backend which is using JWT to secure its API

Awesome Lists containing this project

README

          

# nodejs-jwt

## Build and run this solution

```bash
$ npm install
$ npm run start
```

## Run tests

```bash
$ npm run tests
```

## Run linter

```bash
$ npm run lint
```