From 4c870a46e16ece6f45fc476ad9416238dacb749b Mon Sep 17 00:00:00 2001 From: HerrHase Date: Thu, 25 Jul 2024 10:15:41 +0200 Subject: [PATCH] adding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c80bef8..0f245cf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ const session = new Session(db) Create a new Session for User. Agent and Language from User will be used to create a Hmac value in the DB. The IP is optional. If one of these values are changed, the session is invalid. After Creating the session you get a Random Token, and the userId as -hash. UserHash and Token are +hash. ### get(userHash: string, token: string, agent: string, language: string, ip = '')