I try to stay logged into my university session by avoiding entering my password. The point is that every week we reset the password for a 10-character password and it is very annoying to have to search for these reset passwords in the emails. So what me and my sister came up with is to avoid entering the password via
Tag: session-cookies
TypeError: axiosCookieJarSupport is not a function, works in Node.JS but not .vue pages?
I have a function to authenticate with a website, it works when I run it in a basic node.js script but it does not work when run from a .vue page (using NuxtJS framework). When I run it in a .vue page it receives errors stating TypeError: axiosCookieJarSupport is not a function Examples below. Working code in basic .js file: