diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index b84b9a4..65234cb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "auth", + "name": "auth-service", "version": "1.0.0", "description": "Simple authentication service", "main": "index.js", @@ -11,6 +11,7 @@ "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", + "cors": "^2.8.5", "dotenv-safe": "^8.2.0", "express": "^4.17.3", "jsonwebtoken": "^9.0.1", |