From 66ac67771672fd4f2d91d4db3a7be67f34e7b60a Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 14 Dec 2024 13:10:36 +0700 Subject: [PATCH] update docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 834b0e7..5d19938 100644 --- a/README.md +++ b/README.md @@ -293,11 +293,12 @@ interface IAuthDefinitions { */ ignoredRoutes?: string[] + enableHashingToken?: boolean /** * Used to encode/decode the access/refresh token * 32 characters string */ - hashingSecretKey: string + hashingSecretKey?: string /** * We accepted these 3 values: cookie|bearer|both