diff options
author | 2023-08-15 19:13:58 +0200 | |
---|---|---|
committer | 2023-08-15 19:48:24 +0200 | |
commit | 4d28ac359b25d89d0dbb42dd3a6d32269eebc619 (patch) | |
tree | 0a67803954dd46a18e3628d0dc85204e7ac6889e /package.json | |
parent | bdb0762696ccf028c30b2957b93a01da7bf67571 (diff) | |
download | auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.tar.gz auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.tar.bz2 auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.zip |
add cors, logout, change name
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", |