Relative Content

Tag Archive for servermernhttponlycookie-httponly

How to perform CRUD with HttpOnly cookie in server-side

I store my JWT token in HttpOnly Cookie. So that now I can’t able to accesss it Without HttpOnly Cookie (without jwt token) also the CRUD operations are performing. Can someone explain the need of JWT token and how to use it. Also help to solve the problem in mern stack which i provided the code below.