@simplysm/service-server 14.0.14 → 14.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/auth.md +2 -2
- package/package.json +6 -6
package/docs/auth.md
CHANGED
|
@@ -54,8 +54,8 @@ export async function verifyJwt<TAuthInfo = unknown>(
|
|
|
54
54
|
**Returns:** `Promise<AuthTokenPayload<TAuthInfo>>` -- Decoded token payload.
|
|
55
55
|
|
|
56
56
|
**Throws:**
|
|
57
|
-
- `Error("
|
|
58
|
-
- `Error("
|
|
57
|
+
- `Error("토큰이 만료되었습니다.")` when the token has expired
|
|
58
|
+
- `Error("유효하지 않은 토큰입니다.")` for any other verification failure
|
|
59
59
|
|
|
60
60
|
## `decodeJwt`
|
|
61
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysm/service-server",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.16",
|
|
4
4
|
"description": "심플리즘 패키지 - 서비스 (server)",
|
|
5
5
|
"author": "심플리즘",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"semver": "^7.7.4",
|
|
32
32
|
"utf-8-validate": "^6.0.6",
|
|
33
33
|
"ws": "^8.20.0",
|
|
34
|
-
"@simplysm/core-
|
|
35
|
-
"@simplysm/
|
|
36
|
-
"@simplysm/orm-
|
|
37
|
-
"@simplysm/
|
|
38
|
-
"@simplysm/
|
|
34
|
+
"@simplysm/core-node": "14.0.16",
|
|
35
|
+
"@simplysm/orm-common": "14.0.16",
|
|
36
|
+
"@simplysm/orm-node": "14.0.16",
|
|
37
|
+
"@simplysm/core-common": "14.0.16",
|
|
38
|
+
"@simplysm/service-common": "14.0.16"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/semver": "^7.7.1",
|