There is a url (*/webapp/callback) in my vue.js app that gets redirected (http 302) from another application, bringing along some cookies. I'm trying to figure out how I can read these cookies when the component mounts and then store them in vuex state. Is there a method to achieve this?
Any suggestion for something similar to cookie.get[testcookie]
would be greatly appreciated.