diff --git a/eslint.config.js b/eslint.config.js index d33f567..5067c2b 100644 Binary files a/eslint.config.js and b/eslint.config.js differ diff --git a/src/app.module.ts b/src/app.module.ts index 7deed1b..c47619d 100644 Binary files a/src/app.module.ts and b/src/app.module.ts differ diff --git a/src/controller/dto/req.dto.ts b/src/controller/dto/req.dto.ts index 73d6f03..4fe161b 100644 Binary files a/src/controller/dto/req.dto.ts and b/src/controller/dto/req.dto.ts differ diff --git a/src/core/h5st/baseH5st.ts b/src/core/h5st/baseH5st.ts index fdb84e2..ccb03db 100644 Binary files a/src/core/h5st/baseH5st.ts and b/src/core/h5st/baseH5st.ts differ diff --git a/src/core/h5st/config.ts b/src/core/h5st/config.ts index 73ad3f5..c31ebf8 100644 Binary files a/src/core/h5st/config.ts and b/src/core/h5st/config.ts differ diff --git a/src/core/token.factory.ts b/src/core/token.factory.ts index f6f277d..af73fc5 100644 Binary files a/src/core/token.factory.ts and b/src/core/token.factory.ts differ diff --git a/src/core/token/baseLocalToken.ts b/src/core/token/baseLocalToken.ts index 8a1bb55..cc5dd7e 100644 Binary files a/src/core/token/baseLocalToken.ts and b/src/core/token/baseLocalToken.ts differ diff --git a/src/core/token/index.ts b/src/core/token/index.ts index cf7a197..41a4ff8 100644 Binary files a/src/core/token/index.ts and b/src/core/token/index.ts differ diff --git a/src/core/token/localTokenV3.ts b/src/core/token/localTokenV3.ts index d7572af..014259f 100644 Binary files a/src/core/token/localTokenV3.ts and b/src/core/token/localTokenV3.ts differ diff --git a/src/core/token/localTokenV5.ts b/src/core/token/localTokenV5.ts new file mode 100644 index 0000000..31a6507 Binary files /dev/null and b/src/core/token/localTokenV5.ts differ diff --git a/src/core/token/type.ts b/src/core/token/type.ts index c1340de..e2bcd1e 100644 Binary files a/src/core/token/type.ts and b/src/core/token/type.ts differ