feat(auth): implement user authentication system
This commit is contained in:
parent
4847ab793a
commit
25cea4fbe8
12051 changed files with 1462377 additions and 0 deletions
26
backend/node_modules/cookiejar/package.json
generated
vendored
Normal file
26
backend/node_modules/cookiejar/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "cookiejar",
|
||||
"version": "2.1.4",
|
||||
"author": {
|
||||
"name": "bradleymeck"
|
||||
},
|
||||
"main": "cookiejar.js",
|
||||
"description": "simple persistent cookiejar system",
|
||||
"files": [
|
||||
"cookiejar.js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"jshintConfig": {
|
||||
"node": true
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bmeck/node-cookiejar.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "^2.9.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue