Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robertoachar/express-jwt
- Owner: robertoachar
- License: mit
- Created: 2017-10-26T17:12:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T20:48:11.000Z (about 6 years ago)
- Last Synced: 2024-12-26T07:42:24.538Z (about 2 months ago)
- Topics: express, jwt, node
- Language: JavaScript
- Size: 57.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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