Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created November 9, 2020 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blogcacanid/1b12e119e46e6f99d7e038fb639316c9 to your computer and use it in GitHub Desktop.
Save blogcacanid/1b12e119e46e6f99d7e038fb639316c9 to your computer and use it in GitHub Desktop.
index.js Authentication JWT Vue Lumen 7
import Vue from 'vue';
import Vuex from 'vuex';
import { auth } from './auth.module';
Vue.use(Vuex);
export default new Vuex.Store({
modules: {
auth
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment