Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robertoachar/express-jwt

A playground for Express and JSON Web Token.
https://github.com/robertoachar/express-jwt

express jwt node

Last synced: 4 days ago
JSON representation

A playground for Express and JSON Web Token.

Awesome Lists containing this project

README

        

# express-jwt

Generated by [OSS Project Generator](http://bit.ly/generator-oss-project).

[![License][license-badge]][license-url]

> A playground for Express and JSON Web Token.

# Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/express-jwt.git
```

- Install dependencies

```bash
$ npm install
```

- Run scripts

| Action | Usage |
| ---------------------- | -------------- |
| Start development mode | `npm start` |
| Lint code | `npm run lint` |

- Environment variables

Create an `.env` file in the root directory.

```yml
NODE_ENV=development
PORT=3000
JWT_SECRET=secret
```

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/express-jwt/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/express-jwt.svg
[license-url]: https://opensource.org/licenses/MIT