Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hir4/jwt

Controlling session with JWT.
https://github.com/hir4/jwt

bcrypt cookie-parser css html javascript jwt nodejs

Last synced: 15 days ago
JSON representation

Controlling session with JWT.

Awesome Lists containing this project

README

        


Pc Icon

JWT


Main language of the project

Quantity of language used


## :dart: About ##

Controlling session with JWT.

## :rocket: Technologies ##

- [HTML]
- [CSS]
- [Javascript]

## :white_check_mark: Prerequisite ##

Before start, you will need:
- [express]
```bash
npm install express --save
```
- [body-parser]
```bash
npm install body-parser
```
- [cookie-parser]
```bash
npm install cookie-parser
```
- [bcrypt]
```bash
npm install bcrypt
```
- [JWT]
```bash
npm install jsonwebtoken
```

## :checkered_flag: Running

```bash
#Choose the port you want to start (default:8080), then just run:
node app.js
```