5 Replies
My view folder
Shouldn't you check if(token) since you've destructed it
And what your trying to achieve isn't clear from what you wrote above
Sorry to bother I have solved it my self
I am just learning about tokens
Using ejs was trying to render the ejs file according to them on having a cookie it would render logout page else it will render the login page
When it collects the login button it generates a token
This code fixed it