Robert Schäfer 71ab2f3828 Get rid of JWT_SECRET once and for all
* refactor store/auth.js not to use `delete Object`
* refactor store/auth.js to have less redundancy
* implement fetchCurrentUser without knowing the id beforehand
* test fetchCurrentUser and init
2019-02-26 16:26:04 +01:00
..
2019-02-26 16:26:04 +01:00
2019-01-11 14:54:21 +01:00
2018-10-09 14:11:21 +02:00

STORE

This directory is not required, you can delete it if you don't want to use it.

This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework.

Creating a file in this directory activate the option in the framework automatically.

More information about the usage of this directory in the documentation.