Łukasz Romanowicz
Łukasz Romanowicz
@janmyszkier could you, please, propose a PR with information you mentioned to vue-storefront docs in the Requirements of the linux installation guide?
I don't fully understand why you are using require in the first place @maximka777. Babel is here to help so you can use modern javascript everywhere in the project. I...
I don't see any reason for that. While doing that PR please carefully test if ES is still reachable from nodejs container after implementing your changes.
@Ju66ernaut The easiest way to run Vue Storefront middleware stack is to use `docker-compose -f docker-compose.yml -f docker-compose.nodejs.yml up`. Please run that command and post details of errors you're facing.
Closing due to OP inactivity.
As much as I agree that this feature should be present in VSF API, we can't remove the current solution because many clients do not support cookies (e.g. native mobile...
Actually the goal behind the issue hasn't been achieved. The point of storing tokens in cookies is that JavaScript can't access the tokens so even in case of XSS it...
@janmyszkier is the issue still present in v1.8.3?
@pkarw What do you think?
I've recently faced the same issue on 10.5.2 and the 10.7.2 release does not seem to fix it Edit: apparently Safari doesn't like `[ ]` characters in `[default]!undefined` key that...