Gatekeeper! Better

This commit is contained in:
2023-05-30 20:22:12 -04:00
parent 1f3eb0b9c9
commit a0e30f95c3
12 changed files with 83 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth-gatekeeper",
"version": "1.0.0",
"version": "1.0.3",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -47,7 +47,8 @@
},
"packageManager": "yarn@3.5.1",
"dependencies": {
"@mifi/services-common": "^1.0.8",
"@mifi/auth-common": "^1.0.5",
"@mifi/services-common": "^1.0.11",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0"
}