Zohalmohal

Results 2 issues of Zohalmohal

My application assigns refreshToken to the reponse object as following: newRefreshToken, { httpOnly: true, secure: true, sameSite: 'None', maxAge: 24 * 60 * 60 * 1000 }); And when I...

question

Hello! I tried to run your code but it gives me the following error: ``` Exception has occurred. DataException (errorBadRequest) ``` The error occurs in this part of the code:...