JWT
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
authentication.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "jwt_toots", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "nodemon server.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"dotenv": "^8.2.0", | ||
"express": "^4.17.1", | ||
"jsonwebtoken": "^8.5.1", | ||
"nodemon": "^2.0.7" | ||
} | ||
} |
routes.js
0 → 100644
server.js
0 → 100644
Please
register
or
sign in
to comment